public class SystemCrypto extends Object
Constructor and Description |
---|
SystemCrypto(String encryptionPropertiesPath,
String signaturePropertiesPath,
org.apache.wss4j.common.crypto.PasswordEncryptor passwordEncryption) |
Modifier and Type | Method and Description |
---|---|
String |
getEncryptionAlias() |
org.apache.wss4j.common.crypto.Crypto |
getEncryptionCrypto() |
String |
getEncryptionPassword() |
String |
getSignatureAlias() |
org.apache.wss4j.common.crypto.Crypto |
getSignatureCrypto() |
String |
getSignaturePassword() |
public org.apache.wss4j.common.crypto.Crypto getSignatureCrypto()
public String getSignaturePassword()
public org.apache.wss4j.common.crypto.Crypto getEncryptionCrypto()
public String getEncryptionPassword()
public String getSignatureAlias()
public String getEncryptionAlias()
This work is licensed under a Creative Commons Attribution 4.0 International License.