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 Details

  • 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:
      writeExternalData in class org.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:
      readExternalData in class org.apache.ignite.internal.versioned.VersionedSerializer<EncryptedKeyChain>
      Throws:
      IOException