|
||||||||||
| 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 java.lang.String |
PKI_TYPE
|
| Fields inherited from class org.apache.ws.security.message.token.BinarySecurity |
|---|
BASE64_ENCODING, element, TOKEN_BST, TOKEN_KI |
| Constructor Summary | |
|---|---|
PKIPathSecurity(org.w3c.dom.Document doc)
Constructor. |
|
PKIPathSecurity(org.w3c.dom.Element elem)
Constructor. |
|
PKIPathSecurity(org.w3c.dom.Element elem,
boolean bspCompliant)
Constructor. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getType()
|
java.security.cert.X509Certificate[] |
getX509Certificates(Crypto crypto)
get the X509Certificate array. |
void |
setX509Certificates(java.security.cert.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 java.lang.String PKI_TYPE
| Constructor Detail |
|---|
public PKIPathSecurity(org.w3c.dom.Element elem)
throws WSSecurityException
elem - The PKIPath element to process
WSSecurityException
public PKIPathSecurity(org.w3c.dom.Element elem,
boolean bspCompliant)
throws WSSecurityException
elem - The PKIPath element to processbspCompliant - Whether the token is processed according to the BSP spec
WSSecurityExceptionpublic PKIPathSecurity(org.w3c.dom.Document doc)
| Method Detail |
|---|
public java.security.cert.X509Certificate[] getX509Certificates(Crypto crypto)
throws WSSecurityException
crypto -
WSSecurityException
public void setX509Certificates(java.security.cert.X509Certificate[] certs,
Crypto crypto)
throws WSSecurityException
certs - crypto -
WSSecurityExceptionpublic static java.lang.String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||