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 (EntityDescriptorelements) 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 SigningMethodBuilderSigningMethodBuilder. algorithm(String algorithm)Assigns the algorithm.static SigningMethodBuilderSigningMethodBuilder. builder()Creates a newSigningMethodBuilderinstance.SigningMethodBuilderSigningMethodBuilder. maxKeySize(Integer keySize)Assigns the maximum size in bits for the key.SigningMethodBuilderSigningMethodBuilder. minKeySize(Integer keySize)Assigns the minimum size in bits for the key.
-