Class CryptographicKeyType

  • All Implemented Interfaces:
    Serializable, org.hibernate.usertype.UserType

    public class CryptographicKeyType
    extends BucketClobStringType
    A user type used to map a cyptographic key to a set of database fields.

    This type only supports instances of PrivateKey and PublicKey

    Keys are marshalled from non-opaque encoded forms using the encryptionProvider component sourced from the ContainerManager

    See Also:
    Serialized Form