Serialized Form

  • Package ibm.security.internal.interfaces

  • Package ibm.security.internal.spec

    • Class ibm.security.internal.spec.TlsKeyMaterialSpec extends java.lang.Object implements Serializable

      serialVersionUID:
      812912859129525028L
  • Package javax.crypto

    • Class javax.crypto.AEADBadTagException extends BadPaddingException implements Serializable

      serialVersionUID:
      -488059093241685509L
    • Class javax.crypto.BadPaddingException extends java.security.GeneralSecurityException implements Serializable

      serialVersionUID:
      -5315033893984728443L
    • Class javax.crypto.ExemptionMechanismException extends java.security.GeneralSecurityException implements Serializable

      serialVersionUID:
      1572699429277957109L
    • Class javax.crypto.IllegalBlockSizeException extends java.security.GeneralSecurityException implements Serializable

      serialVersionUID:
      -1965144811953540392L
    • Class javax.crypto.NoSuchPaddingException extends java.security.GeneralSecurityException implements Serializable

      serialVersionUID:
      -4572885201200175466L
    • Class javax.crypto.SealedObject extends java.lang.Object implements Serializable

      serialVersionUID:
      4482838265551344752L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream s)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Restores the state of the SealedObject from a stream.
          Throws:
          java.lang.NullPointerException - if s is null.
          java.io.IOException
          java.lang.ClassNotFoundException
      • Serialized Fields

        • encryptedContent

          byte[] encryptedContent
          The serialized object contents in encrypted format.
           
        • sealAlg

          java.lang.String sealAlg
          The algorithm that was used to seal this object.
           
        • paramsAlg

          java.lang.String paramsAlg
          The algorithm of the parameters used.
           
        • encodedParams

          byte[] encodedParams
          The cryptographic parameters used by the sealing Cipher, encoded in the default format.

          That is, cipher.getParameters().getEncoded().

           
    • Class javax.crypto.ShortBufferException extends java.security.GeneralSecurityException implements Serializable

      serialVersionUID:
      8427718640832943747L
  • Package javax.crypto.interfaces

  • Package javax.crypto.spec

    • Class javax.crypto.spec.SecretKeySpec extends java.lang.Object implements Serializable

      serialVersionUID:
      6577238317307289933L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream stream)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Restores the state of this object from the stream.
          Throws:
          java.io.IOException - if an I/O error occurs
          java.lang.ClassNotFoundException - if a serialized class cannot be loaded
      • Serialized Fields

        • key

          byte[] key
          The secret key.
           
        • algorithm

          java.lang.String algorithm
          The name of the algorithm associated with this key.
           

© Portions Copyright 2003, 2023 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2023 Oracle and/or its affiliates. All rights reserved.