Uses of Class
org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
-
Packages that use SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap Package Description org.opensaml.saml.security 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.KeyWrap Modifier and Type Field Description private SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapSAMLMetadataKeyAgreementEncryptionConfiguration. metadataUseKeyWrapOption which determines whether symmetric key wrap is to be used with metadata credentials.Methods in org.opensaml.saml.security that return SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap Modifier and Type Method Description SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapSAMLMetadataKeyAgreementEncryptionConfiguration. getMetadataUseKeyWrap()Get the option which determines whether symmetric key wrap is to be used with metadata credentials.static SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapSAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap. valueOf(String name)Returns the enum constant of this type with the specified name.static SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap[]SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.saml.security with parameters of type SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap Modifier and Type Method Description voidSAMLMetadataKeyAgreementEncryptionConfiguration. setMetadataUseKeyWrap(SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap option)Set the option which determines whether symmetric key wrap is to be used with metadata credentials.
-