| Package | Description |
|---|---|
| com.sun.xml.ws.security.opt.impl.keyinfo | |
| com.sun.xml.ws.security.opt.impl.util |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityTokenReference |
TokenBuilder.buildSTR(Reference ref)
creates a new SecurityTokenReference with the reference element provided
|
protected SecurityTokenReference |
TokenBuilder.buildSTR(String strId,
Reference ref)
creates a new SecurityTokenReference with the reference element provided
sets the id provided in the SecurityTokenReference if the security policy is a SignaturePolicy
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyInfo |
TokenBuilder.buildKeyInfo(SecurityTokenReference str)
creates key info with the SecurityTokenReference provided
|
| Modifier and Type | Method and Description |
|---|---|
SecurityTokenReference |
WSSElementFactory.createSecurityTokenReference() |
SecurityTokenReference |
WSSElementFactory.createSecurityTokenReference(Reference reference)
Create a SecurityTokenReference
|
| Modifier and Type | Method and Description |
|---|---|
DerivedKey |
WSSElementFactory.createDerivedKey(String id,
String algo,
byte[] nonce,
long offset,
long length,
String label,
SecurityTokenReference str,
String spVersion) |
KeyInfo |
WSSElementFactory.createKeyInfo(SecurityTokenReference str) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.