Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
StaticSTSProperties.getEncryptionProperties()
Get the EncryptionProperties to use.
|
EncryptionProperties |
STSPropertiesMBean.getEncryptionProperties()
Get the EncryptionProperties to use.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticSTSProperties.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to use.
|
void |
STSPropertiesMBean.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to use.
|
Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
ClaimsParameters.getEncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ClaimsParameters.setEncryptionProperties(EncryptionProperties encryptionProperties) |
Modifier and Type | Method and Description |
---|---|
protected Element |
AbstractOperation.encryptSecret(byte[] secret,
EncryptionProperties encryptionProperties,
KeyRequirements keyRequirements)
Encrypt a secret using the given arguments producing a DOM EncryptedKey element
|
protected Element |
AbstractOperation.encryptToken(Element element,
String id,
EncryptionProperties encryptionProperties,
KeyRequirements keyRequirements,
WebServiceContext context)
Encrypt a Token element using the given arguments.
|
Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
ServiceMBean.getEncryptionProperties()
Get the EncryptionProperties to be used to encrypt tokens issued for this service
|
EncryptionProperties |
StaticService.getEncryptionProperties()
Get the EncryptionProperties to be used to encrypt tokens issued for this service
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceMBean.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to be used to encrypt tokens issued for this service
|
void |
StaticService.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to be used to encrypt tokens issued for this service
|
Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
TokenProviderParameters.getEncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.wss4j.common.saml.bean.KeyInfoBean |
DefaultSubjectProvider.createKeyInfo(X509Certificate certificate,
byte[] secret,
Document doc,
EncryptionProperties encryptionProperties,
org.apache.wss4j.common.crypto.Crypto encryptionCrypto)
Create an EncryptedKey KeyInfo.
|
void |
TokenProviderParameters.setEncryptionProperties(EncryptionProperties encryptionProperties) |
Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
TokenRenewerParameters.getEncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TokenRenewerParameters.setEncryptionProperties(EncryptionProperties encryptionProperties) |
Apache CXF