Class KeyTransportRSA1_5

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

    public class KeyTransportRSA1_5
    extends Object
    implements org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
    Algorithm descriptor for JWE key transport algorithm: RSA1_5.
    • Constructor Detail

      • KeyTransportRSA1_5

        public KeyTransportRSA1_5()
    • 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
        @NotEmpty
        public String getJCAAlgorithmID()
        Specified by:
        getJCAAlgorithmID in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
      • getCipherMode

        @Nonnull
        @NotEmpty
        public String getCipherMode()
        Specified by:
        getCipherMode in interface org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
      • getPadding

        @Nonnull
        @NotEmpty
        public String getPadding()
        Specified by:
        getPadding in interface org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm