Class AwsKmsEncryptedDataKey

java.lang.Object
ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey
ch.admin.bit.jeap.crypto.awskms.key.AwsKmsEncryptedDataKey
All Implemented Interfaces:
ch.admin.bit.jeap.crypto.internal.core.model.EncryptedDataKey

public class AwsKmsEncryptedDataKey extends ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    AwsKmsEncryptedDataKey(byte[] ciphertext, ch.admin.bit.jeap.crypto.internal.core.model.EscrowDataKey escrowDataKey, String keyId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey

    ciphertext, escrowDataKey, toString, wrappingKeyReference

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface ch.admin.bit.jeap.crypto.internal.core.model.EncryptedDataKey

    requireWrappingKeyReference
  • Constructor Details

    • AwsKmsEncryptedDataKey

      public AwsKmsEncryptedDataKey(byte[] ciphertext, ch.admin.bit.jeap.crypto.internal.core.model.EscrowDataKey escrowDataKey, String keyId)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey