Class SAMLMetadataKeyAgreementEncryptionConfiguration

    • Constructor Detail

      • SAMLMetadataKeyAgreementEncryptionConfiguration

        public SAMLMetadataKeyAgreementEncryptionConfiguration()
    • Method Detail

      • getMetadataUseKeyWrap

        @Nullable
        public SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap getMetadataUseKeyWrap()
        Get the option which determines whether symmetric key wrap is to be used with metadata credentials.
        Returns:
        the configured optiona value, or null if not explicitly configured
      • setMetadataUseKeyWrap

        public void setMetadataUseKeyWrap​(@Nullable
                                          SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap option)
        Set the option which determines whether symmetric key wrap is to be used with metadata credentials.
        Parameters:
        option - the new option value