com.ibm.websphere.wssecurity.wssapi.token

Interface X509PKIPathToken

All Superinterfaces:
BinarySecurityToken, SecurityToken, X509Token

  1. public interface X509PKIPathToken
  2. extends X509Token
This interface is responsible for the token of X509PKIPath format.
It defined by the specification of OASIS Web Services Security X.509 Certificate Token Profile
See Also:
X509Token, X509GenerateCallbackHandler, X509ConsumeCallbackHandler

Field Summary

Modifier and Type Field and Description
  1. static
  2. javax.xml.namespace.QName
ValueType
Represents the value type.
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.X509Token
REF_ISSUERSERIAL
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken
TokenQname
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken
DECRYPTING_KEY, ENCRYPTING_KEY, REF_EMBEDDED, REF_KEYID, REF_STR, REF_THUMBPRINT, SIGNING_KEY, VERIFING_KEY

Method Summary

Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.X509Token
getCertificate, getIssuerName, getIssuerSerial
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken
getBinary
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken
getId, getKey, getKeyIdentifier, getKeyIdentifierEncodingType, getKeyIdentifierValueType, getKeyName, getPrincipal, getReferenceURI, getThumbprint, getThumbprintEncodingType, getThumbprintValueType, getTokenQname, getValueType, getXML

Field Detail

ValueType

  1. static final javax.xml.namespace.QName ValueType
Represents the value type.
ValueType: "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509PKIPathv1"