Class JceInputDecryptorProviderBuilder


  • public class JceInputDecryptorProviderBuilder
    extends java.lang.Object
    A generic decryptor provider for IETF style algorithms.
    • Constructor Detail

      • JceInputDecryptorProviderBuilder

        public JceInputDecryptorProviderBuilder()
    • Method Detail

      • build

        public InputDecryptorProvider build​(byte[] keyBytes)
        Build a decryptor provider which will use the passed in bytes for the symmetric key.
        Parameters:
        keyBytes - bytes representing the key to use.
        Returns:
        an decryptor provider.