public class EncryptProfile extends WSSecurityToken
| Constructor and Description |
|---|
EncryptProfile(WSSecurityCredential credential,
String encryptionUser,
Properties encryptionProperties,
String encryptionKeyIdentifier,
String encryptionParts,
String encryptionSymAlgorithm,
String encryptionKeyTransportAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSecurity(WSSecurityCredential credential) |
handleSecuritypublic EncryptProfile(WSSecurityCredential credential, String encryptionUser, Properties encryptionProperties, String encryptionKeyIdentifier, String encryptionParts, String encryptionSymAlgorithm, String encryptionKeyTransportAlgorithm)
credential - encryptionUser - - User name, if null takes "user" propertyencryptionProperties - encryptionKeyIdentifier - - For encryption IssuerSerial,
X509KeyIdentifier, DirectReference,
Thumbprint, SKIKeyIdentifier, and
EmbeddedKeyName are valid only.encryptionParts - - Leave as null for defaults to Body;encryptionSymAlgorithm - encryptionKeyTransportAlgorithm - public void addSecurity(WSSecurityCredential credential)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.