Class SymmetricKeyWrapA256GCMKW

  • All Implemented Interfaces:
    org.opensaml.xmlsec.algorithm.AlgorithmDescriptor, org.opensaml.xmlsec.algorithm.KeyLengthSpecifiedAlgorithm, org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm, org.opensaml.xmlsec.algorithm.SymmetricKeyWrapAlgorithm

    public class SymmetricKeyWrapA256GCMKW
    extends Object
    implements org.opensaml.xmlsec.algorithm.SymmetricKeyWrapAlgorithm
    Algorithm descriptor for JWE key management algorithm: AES256GCMKW.
    • Constructor Detail

      • SymmetricKeyWrapA256GCMKW

        public SymmetricKeyWrapA256GCMKW()
    • Method Detail

      • getKey

        @Nonnull
        @NotEmpty
        public String getKey()
        Specified by:
        getKey in interface org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
      • getURI

        @Nonnull
        @NotEmpty
        public String getURI()
        Specified by:
        getURI in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
      • getType

        @Nonnull
        public org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType getType()
        Specified by:
        getType in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
      • getJCAAlgorithmID

        @Nonnull
        public String getJCAAlgorithmID()
        Specified by:
        getJCAAlgorithmID in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
      • getKeyLength

        public Integer getKeyLength()
        Specified by:
        getKeyLength in interface org.opensaml.xmlsec.algorithm.KeyLengthSpecifiedAlgorithm