Uses of Class
se.swedenconnect.opensaml.saml2.metadata.build.SigningMethodBuilder
Package
Description
Classes for creating metadata elements using the builder pattern.
-
Uses of SigningMethodBuilder in se.swedenconnect.opensaml.saml2.metadata.build
Modifier and TypeMethodDescriptionAssigns the algorithm.static SigningMethodBuilder
SigningMethodBuilder.builder()
Creates a newSigningMethodBuilder
instance.SigningMethodBuilder.maxKeySize
(Integer keySize) Assigns the maximum size in bits for the key.SigningMethodBuilder.minKeySize
(Integer keySize) Assigns the minimum size in bits for the key.