Uses of Enum
org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
Packages that use KeyInfoCredentialResolutionMode.Mode
Package
Description
Classes in support of processing XML Signature KeyInfo material.
-
Uses of KeyInfoCredentialResolutionMode.Mode in org.opensaml.xmlsec.keyinfo
Fields in org.opensaml.xmlsec.keyinfo declared as KeyInfoCredentialResolutionMode.ModeMethods in org.opensaml.xmlsec.keyinfo that return KeyInfoCredentialResolutionMode.ModeModifier and TypeMethodDescriptionKeyInfoCredentialResolutionMode.getMode()
Gets the resolution mode.Returns the enum constant of this type with the specified name.static KeyInfoCredentialResolutionMode.Mode[]
KeyInfoCredentialResolutionMode.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opensaml.xmlsec.keyinfo with parameters of type KeyInfoCredentialResolutionMode.ModeModifierConstructorDescriptionKeyInfoCredentialResolutionMode
(KeyInfoCredentialResolutionMode.Mode resolutionMode) Constructor.