com.ibm.websphere.wssecurity.wssapi.token
Interface X509PKIPathToken
All Superinterfaces:
- public interface X509PKIPathToken
- extends X509Token
It defined by the specification of OASIS Web Services Security X.509 Certificate Token Profile
See Also:
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
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
- 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"