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.
Classes related to verifying various credentials 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. -
Uses of SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap in org.opensaml.saml.security.impl
Fields in org.opensaml.saml.security.impl declared as SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapModifier and TypeFieldDescriptionSAMLMetadataEncryptionParametersResolver.defaultKeyAgreementUseKeyWrapDefault for usage of key wrapping with key agreement if not otherwise configured.Methods in org.opensaml.saml.security.impl that return SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapModifier and TypeMethodDescriptionSAMLMetadataEncryptionParametersResolver.getDefaultKeyAgreemenUseKeyWrap()Get the default for usage of key wrapping with key agreement if not otherwise configured.Methods in org.opensaml.saml.security.impl with parameters of type SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrapModifier and TypeMethodDescriptionvoidSAMLMetadataEncryptionParametersResolver.setDefaultKeyAgreementUseKeyWrap(SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap keyWrap) Set the default for usage of key wrapping with key agreement if not otherwise configured.