public class PKIPathSecurity extends BinarySecurity
BASE64_ENCODING, element, TOKEN_BST, TOKEN_KI| Constructor and Description |
|---|
PKIPathSecurity(org.w3c.dom.Document doc)
Constructor.
|
PKIPathSecurity(org.w3c.dom.Element elem)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getType() |
X509Certificate[] |
getX509Certificates(boolean reverse,
Crypto crypto)
get the X509Certificate array.
|
void |
setX509Certificates(X509Certificate[] certs,
boolean reverse,
Crypto crypto)
set the X509Certificate array.
|
getElement, getEncodingType, getFirstNode, getID, getToken, getValueType, setEncodingType, setID, setToken, setValueType, toStringpublic PKIPathSecurity(org.w3c.dom.Element elem)
throws WSSecurityException
WSSecurityExceptionpublic PKIPathSecurity(org.w3c.dom.Document doc)
public X509Certificate[] getX509Certificates(boolean reverse, Crypto crypto) throws WSSecurityException
reverse - crypto - WSSecurityExceptionpublic void setX509Certificates(X509Certificate[] certs, boolean reverse, Crypto crypto) throws WSSecurityException
certs - reverse - crypto - WSSecurityExceptionpublic static String getType()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.