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 (EntityDescriptorelements) 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 EncryptionMethodBuilderEncryptionMethodBuilder. algorithm(String algorithm)Assigns the algorithm.static EncryptionMethodBuilderEncryptionMethodBuilder. builder()Creates a newEncryptionMethodBuilderinstance.EncryptionMethodBuilderEncryptionMethodBuilder. keySize(Integer keySize)Assigns the size in bits for the key.EncryptionMethodBuilderEncryptionMethodBuilder. oAEPparams(String base64Encoding)Assigns the OAEP parameters.
-