Class SystemCrypto

java.lang.Object
ddf.security.samlp.impl.SystemCrypto

public class SystemCrypto extends Object
  • Constructor Details

    • SystemCrypto

      public SystemCrypto(String encryptionPropertiesPath, String signaturePropertiesPath, org.apache.wss4j.common.crypto.PasswordEncryptor passwordEncryption)
  • Method Details

    • getSignatureCrypto

      public org.apache.wss4j.common.crypto.Crypto getSignatureCrypto()
    • getSignaturePassword

      public String getSignaturePassword()
    • getEncryptionCrypto

      public org.apache.wss4j.common.crypto.Crypto getEncryptionCrypto()
    • getEncryptionPassword

      public String getEncryptionPassword()
    • getSignatureAlias

      public String getSignatureAlias()
    • getEncryptionAlias

      public String getEncryptionAlias()