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, toString
public static final String PKI_TYPE
public PKIPathSecurity(Element elem) throws WSSecurityException
elem
- The PKIPath element to processWSSecurityException
public PKIPathSecurity(Element elem, boolean bspCompliant) throws WSSecurityException
elem
- The PKIPath element to processbspCompliant
- Whether the token is processed according to the BSP specWSSecurityException
public PKIPathSecurity(Document doc)
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()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.