public interface SignatureSigningConfiguration extends WhitelistBlacklistConfiguration
WhitelistBlacklistConfiguration.Precedence
Modifier and Type | Method and Description |
---|---|
NamedKeyInfoGeneratorManager |
getKeyInfoGeneratorManager()
Get the manager for named KeyInfoGenerator instances.
|
List<String> |
getSignatureAlgorithms()
Get the list of preferred signature algorithm URIs, in preference order.
|
String |
getSignatureCanonicalizationAlgorithm()
Get a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
|
Integer |
getSignatureHMACOutputLength()
Get the value to be used as the Signature SignatureMethod HMACOutputLength value, used
only when signing with an HMAC algorithm.
|
String |
getSignatureReferenceCanonicalizationAlgorithm()
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
|
List<String> |
getSignatureReferenceDigestMethods()
Get the list of digest method algorithm URIs suitable for use as a Signature Reference DigestMethod value,
in preference order.
|
List<Credential> |
getSigningCredentials()
Get the list of signing credentials to use when signing, in preference order.
|
getBlacklistedAlgorithms, getWhitelistBlacklistPrecedence, getWhitelistedAlgorithms, isBlacklistMerge, isWhitelistMerge
@Nonnull @NonnullElements @Unmodifiable @NotLive List<Credential> getSigningCredentials()
@Nonnull @NonnullElements @Unmodifiable @NotLive List<String> getSignatureAlgorithms()
@Nonnull @NonnullElements @Unmodifiable @NotLive List<String> getSignatureReferenceDigestMethods()
@Nullable String getSignatureReferenceCanonicalizationAlgorithm()
@Nullable String getSignatureCanonicalizationAlgorithm()
@Nullable Integer getSignatureHMACOutputLength()
@Nullable NamedKeyInfoGeneratorManager getKeyInfoGeneratorManager()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.