Class AbstractWrapKeyEncryptionAlgorithm

    • Field Detail

      • LOG

        protected static final Logger LOG
    • Constructor Detail

      • AbstractWrapKeyEncryptionAlgorithm

        protected AbstractWrapKeyEncryptionAlgorithm​(Key key,
                                                     Set<String> supportedAlgorithms)
      • AbstractWrapKeyEncryptionAlgorithm

        protected AbstractWrapKeyEncryptionAlgorithm​(Key key,
                                                     boolean wrap,
                                                     Set<String> supportedAlgorithms)
      • AbstractWrapKeyEncryptionAlgorithm

        protected AbstractWrapKeyEncryptionAlgorithm​(Key key,
                                                     KeyAlgorithm jweAlgo,
                                                     Set<String> supportedAlgorithms)
      • AbstractWrapKeyEncryptionAlgorithm

        protected AbstractWrapKeyEncryptionAlgorithm​(Key key,
                                                     KeyAlgorithm jweAlgo,
                                                     boolean wrap,
                                                     Set<String> supportedAlgorithms)