Uses of Class
org.jose4j.jwe.AesKeyWrapManagementAlgorithm
Packages that use AesKeyWrapManagementAlgorithm
-
Uses of AesKeyWrapManagementAlgorithm in org.jose4j.jwe
Subclasses of AesKeyWrapManagementAlgorithm in org.jose4j.jweModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.jose4j.jwe declared as AesKeyWrapManagementAlgorithmModifier and TypeFieldDescriptionprivate AesKeyWrapManagementAlgorithmEcdhKeyAgreementWithAesKeyWrapAlgorithm.keyWrapprivate AesKeyWrapManagementAlgorithmPbes2HmacShaWithAesKeyWrapAlgorithm.keyWrapMethods in org.jose4j.jwe that return AesKeyWrapManagementAlgorithmModifier and TypeMethodDescription(package private) AesKeyWrapManagementAlgorithmAesKeyWrapManagementAlgorithm.setUseGeneralProviderContext()Constructors in org.jose4j.jwe with parameters of type AesKeyWrapManagementAlgorithmModifierConstructorDescriptionEcdhKeyAgreementWithAesKeyWrapAlgorithm(String alg, AesKeyWrapManagementAlgorithm keyWrapAlgorithm) Pbes2HmacShaWithAesKeyWrapAlgorithm(String alg, String hmacAlg, AesKeyWrapManagementAlgorithm keyWrapAlg)