Uses of Enum Class
org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
Packages that use SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
Package
Description
Classes related to general security components within a SAML system.
-
Uses of SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap in org.opensaml.saml.security
Fields in org.opensaml.saml.security declared as SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapModifier and TypeFieldDescriptionSAMLMetadataKeyAgreementEncryptionConfiguration.metadataUseKeyWrapOption which determines whether symmetric key wrap is to be used with metadata credentials.Methods in org.opensaml.saml.security that return SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapModifier and TypeMethodDescriptionSAMLMetadataKeyAgreementEncryptionConfiguration.getMetadataUseKeyWrap()Get the option which determines whether symmetric key wrap is to be used with metadata credentials.Returns the enum constant of this class with the specified name.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.saml.security with parameters of type SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapModifier and TypeMethodDescriptionvoidSAMLMetadataKeyAgreementEncryptionConfiguration.setMetadataUseKeyWrap(SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap option) Set the option which determines whether symmetric key wrap is to be used with metadata credentials.