Class EncrypterFactory


  • public class EncrypterFactory
    extends java.lang.Object
    • Constructor Detail

      • EncrypterFactory

        public EncrypterFactory()
    • 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)