Package uk.gov.ida.saml.security
Class EncrypterFactory
- java.lang.Object
-
- uk.gov.ida.saml.security.EncrypterFactory
-
public class EncrypterFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EncrypterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.saml2.encryption.EncryptercreateEncrypter(org.opensaml.security.credential.Credential credential)EncrypterFactorywithDataEncryptionAlgorithm(java.lang.String algorithm)EncrypterFactorywithKeyEncryptionAlgorithm(java.lang.String algorithm)EncrypterFactorywithKeyPlacement(org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement keyPlacement)
-
-
-
Method Detail
-
withKeyEncryptionAlgorithm
public EncrypterFactory withKeyEncryptionAlgorithm(java.lang.String algorithm)
-
withDataEncryptionAlgorithm
public EncrypterFactory withDataEncryptionAlgorithm(java.lang.String algorithm)
-
withKeyPlacement
public EncrypterFactory withKeyPlacement(org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement keyPlacement)
-
createEncrypter
public org.opensaml.saml.saml2.encryption.Encrypter createEncrypter(org.opensaml.security.credential.Credential credential)
-
-