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, toString
public 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 rulesWSSecurityException
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 © 2016 JBoss by Red Hat. All rights reserved.