Uses of Class
se.swedenconnect.spring.saml.idp.settings.MetadataSettings.SigningMethodSettings.Builder
-
Uses of MetadataSettings.SigningMethodSettings.Builder in se.swedenconnect.spring.saml.idp.settings
Modifier and TypeMethodDescriptionAssigns the signing algorithm.MetadataSettings.SigningMethodSettings.builder()
Constructs a newMetadataSettings.SigningMethodSettings.Builder
with no settings.MetadataSettings.SigningMethodSettings.Builder.maxKeySize
(Integer maxKeySize) Assigns the largest key size, in bits, that the entity supports in conjunction with the algorithm.MetadataSettings.SigningMethodSettings.Builder.minKeySize
(Integer minKeySize) Assigns the smallest key size, in bits, that the entity supports in conjunction with the algorithm.MetadataSettings.SigningMethodSettings.withSettings
(Map<String, Object> settings) Constructs a newMetadataSettings.SigningMethodSettings.Builder
with the provided settings.