|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.message.token.BinarySecurity
org.apache.ws.security.message.token.PKIPathSecurity
public class PKIPathSecurity
PKIPath Security Token.
Field Summary | |
---|---|
static String |
PKI_TYPE
|
Fields inherited from class org.apache.ws.security.message.token.BinarySecurity |
---|
BASE64_ENCODING, element, TOKEN_BST, TOKEN_KI |
Constructor Summary | |
---|---|
PKIPathSecurity(Document doc)
Constructor. |
|
PKIPathSecurity(Element elem)
Constructor. |
|
PKIPathSecurity(Element elem,
boolean bspCompliant)
Constructor. |
Method Summary | |
---|---|
static String |
getType()
|
X509Certificate[] |
getX509Certificates(Crypto crypto)
get the X509Certificate array. |
void |
setX509Certificates(X509Certificate[] certs,
Crypto crypto)
set the X509Certificate array. |
Methods inherited from class org.apache.ws.security.message.token.BinarySecurity |
---|
addWSSENamespace, addWSUNamespace, equals, getElement, getEncodingType, getFirstNode, getID, getToken, getValueType, hashCode, setEncodingType, setID, setToken, setValueType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PKI_TYPE
Constructor Detail |
---|
public PKIPathSecurity(Element elem) throws WSSecurityException
elem
- The PKIPath element to process
WSSecurityException
public PKIPathSecurity(Element elem, boolean bspCompliant) throws WSSecurityException
elem
- The PKIPath element to processbspCompliant
- Whether the token is processed according to the BSP spec
WSSecurityException
public PKIPathSecurity(Document doc)
Method Detail |
---|
public X509Certificate[] getX509Certificates(Crypto crypto) throws WSSecurityException
crypto
-
WSSecurityException
public void setX509Certificates(X509Certificate[] certs, Crypto crypto) throws WSSecurityException
certs
- crypto
-
WSSecurityException
public static String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |