com.ibm.websphere.wssecurity.wssapi.token
Interface X509PKCS7Token
-
- All Superinterfaces:
- BinarySecurityToken, SecurityToken, X509Token
public interface X509PKCS7Token extends X509Token
This interface is responsible for the token of X509PKCS7 format.
It defined by the specification of OASIS Web Services Security X.509 Certificate Token Profile
-
-
Field Summary
Fields Modifier and Type Field and Description static javax.xml.namespace.QNameValueTypeRepresents 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
-
-