Class EncryptedDataEncryptionKeysSerializer
java.lang.Object
org.apache.ignite.internal.versioned.VersionedSerializer<EncryptedKeyChain>
org.gridgain.internal.encryption.storage.EncryptedDataEncryptionKeysSerializer
public class EncryptedDataEncryptionKeysSerializer
extends org.apache.ignite.internal.versioned.VersionedSerializer<EncryptedKeyChain>
VersionedSerializer of encrypted data encryption keys represented with EncryptedKeyChain instance.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EncryptedDataEncryptionKeysSerializerSerializer instance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EncryptedKeyChainreadExternalData(byte protoVer, org.apache.ignite.internal.util.io.IgniteDataInput in) protected voidwriteExternalData(EncryptedKeyChain chain, org.apache.ignite.internal.util.io.IgniteDataOutput out) Methods inherited from class org.apache.ignite.internal.versioned.VersionedSerializer
getProtocolVersion, readByteArrayWithLength, readExternal, readNullableString, readNullableUuid, readStringSet, readUuidSet, readVarIntSet, writeByteArrayWithLength, writeExternal, writeNullableString, writeNullableUuid, writeStringSet, writeUuidSet, writeVarIntSet
-
Field Details
-
INSTANCE
Serializer instance.
-
-
Constructor Details
-
EncryptedDataEncryptionKeysSerializer
public EncryptedDataEncryptionKeysSerializer()
-
-
Method Details
-
writeExternalData
protected void writeExternalData(EncryptedKeyChain chain, org.apache.ignite.internal.util.io.IgniteDataOutput out) throws IOException - Specified by:
writeExternalDatain classorg.apache.ignite.internal.versioned.VersionedSerializer<EncryptedKeyChain>- Throws:
IOException
-
readExternalData
protected EncryptedKeyChain readExternalData(byte protoVer, org.apache.ignite.internal.util.io.IgniteDataInput in) throws IOException - Specified by:
readExternalDatain classorg.apache.ignite.internal.versioned.VersionedSerializer<EncryptedKeyChain>- Throws:
IOException
-