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