Class SymmetricKeyWrapA128KW

  • 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 SymmetricKeyWrapA128KW
    extends Object
    implements org.opensaml.xmlsec.algorithm.SymmetricKeyWrapAlgorithm
    Algorithm descriptor for JWE key management algorithm: AES128KW.
    • Constructor Detail

      • SymmetricKeyWrapA128KW

        public SymmetricKeyWrapA128KW()
    • 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