public class PKIPathSecurity extends BinarySecurity
| Modifier and Type | Field and Description |
|---|---|
static String |
PKI_TYPE |
BASE64_ENCODING, element, TOKEN_BST, TOKEN_KI| Constructor and Description |
|---|
PKIPathSecurity(Document doc)
Constructor.
|
PKIPathSecurity(Element elem)
Constructor.
|
PKIPathSecurity(Element elem,
boolean bspCompliant)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getType() |
X509Certificate[] |
getX509Certificates(Crypto crypto)
get the X509Certificate array.
|
void |
setX509Certificates(X509Certificate[] certs,
Crypto crypto)
set the X509Certificate array.
|
addWSSENamespace, addWSUNamespace, equals, getElement, getEncodingType, getFirstNode, getID, getToken, getValueType, hashCode, setEncodingType, setID, setToken, setValueType, toStringpublic static final String PKI_TYPE
public PKIPathSecurity(Element elem) throws WSSecurityException
elem - The PKIPath element to processWSSecurityExceptionpublic PKIPathSecurity(Element elem, boolean bspCompliant) throws WSSecurityException
elem - The PKIPath element to processbspCompliant - Whether the token is processed according to the BSP specWSSecurityExceptionpublic PKIPathSecurity(Document doc)
public X509Certificate[] getX509Certificates(Crypto crypto) throws WSSecurityException
crypto - WSSecurityExceptionpublic void setX509Certificates(X509Certificate[] certs, Crypto crypto) throws WSSecurityException
certs - crypto - WSSecurityExceptionpublic static String getType()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.