Uses of Class
se.litsec.opensaml.saml2.metadata.build.SigningMethodBuilder
-
Packages that use SigningMethodBuilder Package Description se.litsec.opensaml.saml2.metadata.build To create SAML metadata (EntityDescriptor
elements) requires a lot of coding. -
-
Uses of SigningMethodBuilder in se.litsec.opensaml.saml2.metadata.build
Methods in se.litsec.opensaml.saml2.metadata.build that return SigningMethodBuilder Modifier and Type Method Description SigningMethodBuilder
SigningMethodBuilder. algorithm(String algorithm)
Assigns the algorithm.static SigningMethodBuilder
SigningMethodBuilder. builder()
Creates a newSigningMethodBuilder
instance.SigningMethodBuilder
SigningMethodBuilder. maxKeySize(Integer keySize)
Assigns the maximum size in bits for the key.SigningMethodBuilder
SigningMethodBuilder. minKeySize(Integer keySize)
Assigns the minimum size in bits for the key.
-