Uses of Enum Class
org.jose4j.jca.ProviderContext.KeyDecipherMode
Packages that use ProviderContext.KeyDecipherMode
-
Uses of ProviderContext.KeyDecipherMode in org.jose4j.jca
Methods in org.jose4j.jca that return ProviderContext.KeyDecipherModeModifier and TypeMethodDescriptionProviderContext.Context.getKeyDecipherModeOverride()Gets the cipher mode to use when deciphering/decrypting/unwrapping an encrypted content encryption key.Returns the enum constant of this class with the specified name.static ProviderContext.KeyDecipherMode[]ProviderContext.KeyDecipherMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jose4j.jca with parameters of type ProviderContext.KeyDecipherModeModifier and TypeMethodDescriptionvoidProviderContext.Context.setKeyDecipherModeOverride(ProviderContext.KeyDecipherMode keyDecipherModeOverride) Sets the cipher mode to use when deciphering/decrypting/unwrapping an encrypted content encryption key.