Interface EncryptedDataKey

All Known Implementing Classes:
AbstractEncryptedDataKey

public interface EncryptedDataKey
  • Method Details

    • ciphertext

      byte[] ciphertext()
    • escrowDataKey

      Optional<EscrowDataKey> escrowDataKey()
    • wrappingKeyReference

      KeyReference wrappingKeyReference()
    • requireWrappingKeyReference

      default KeyReference requireWrappingKeyReference()