| Package | Description |
|---|---|
| org.picketlink.identity.federation.core.wstrust | |
| org.picketlink.identity.federation.core.wstrust.wrappers |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
WSTrustUtil.getBinarySecret(EntropyType entropy)
Parses the specified
EntropyType and returns the first binary secret contained in the entropy. |
| Modifier and Type | Method and Description |
|---|---|
EntropyType |
RequestSecurityTokenResponse.getEntropy()
Obtains the entropy that has been used in creating the key.
|
EntropyType |
RequestSecurityToken.getEntropy()
Obtains the entropy that will be used in creating the key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestSecurityTokenResponse.setEntropy(EntropyType entropy)
Sets the entropy that has been used in creating the key.
|
void |
RequestSecurityToken.setEntropy(EntropyType entropy)
Sets the entropy that must be used when creating the key.
|
Copyright © 2014 JBoss Inc.. All Rights Reserved.