Class BasicEncryptionConfiguration

    • Field Detail

      • dataEncryptionAlgorithms

        @Nonnull
        @NonnullElements
        private List<String> dataEncryptionAlgorithms
        Data encryption algorithm URIs.
      • keyTransportEncryptionAlgorithms

        @Nonnull
        @NonnullElements
        private List<String> keyTransportEncryptionAlgorithms
        Key transport encryption algorithm URIs.
      • kekKeyCredentialResolver

        @Nullable
        private CredentialResolver kekKeyCredentialResolver
        The EncryptedKey's credential resolver.
      • contentEncryptionKeyCredentialResolver

        @Nullable
        private CredentialResolver contentEncryptionKeyCredentialResolver
        The content encryption key (CEK) resolver.
    • Constructor Detail

      • BasicEncryptionConfiguration

        public BasicEncryptionConfiguration()
        Constructor.