Class EncryptedKey

  • All Implemented Interfaces:
    java.io.Serializable

    public class EncryptedKey
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptedKey​(java.lang.String masterKeystoreId, java.lang.String masterKeyAlias, java.lang.String algorithm, java.nio.ByteBuffer encryptedKeyBytes)  
    • Constructor Detail

      • EncryptedKey

        public EncryptedKey​(java.lang.String masterKeystoreId,
                            java.lang.String masterKeyAlias,
                            java.lang.String algorithm,
                            java.nio.ByteBuffer encryptedKeyBytes)
    • Method Detail

      • getMasterKeystoreId

        public java.lang.String getMasterKeystoreId()
      • getMasterKeyAlias

        public java.lang.String getMasterKeyAlias()
      • getEncryptedKeyBytes

        public java.nio.ByteBuffer getEncryptedKeyBytes()
      • getAlgorithm

        public java.lang.String getAlgorithm()
      • getByteBuffer

        public java.nio.ByteBuffer getByteBuffer()
      • keySize

        public int keySize()