public class PKIPathSecurity extends BinarySecurity
| Modifier and Type | Field and Description |
|---|---|
static String |
PKI_TYPE |
TOKEN_BST, TOKEN_KI| Constructor and Description |
|---|
PKIPathSecurity(Document doc)
Constructor.
|
PKIPathSecurity(Element elem,
BSPEnforcer bspEnforcer)
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, encodeRawToken, equals, getAttachmentCallbackHandler, getElement, getEncodingType, getID, getToken, getValueType, hashCode, isStoreBytesInAttachment, setAttachmentCallbackHandler, setEncodingType, setID, setRawToken, setStoreBytesInAttachment, setToken, setValueType, toStringpublic static final String PKI_TYPE
public PKIPathSecurity(Element elem, BSPEnforcer bspEnforcer) throws WSSecurityException
elem - The PKIPath element to processbspEnforcer - a BSPEnforcer instance to enforce BSP rulesWSSecurityExceptionpublic 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 © 2017 JBoss by Red Hat. All rights reserved.