Interface X509SecurityToken
-
- All Superinterfaces:
org.apache.xml.security.stax.securityToken.SecurityToken,SubjectAndPrincipalSecurityToken
- All Known Implementing Classes:
X509DefaultSecurityTokenImpl,X509IssuerSerialTokenImpl,X509PKIPathv1SecurityTokenImpl,X509SecurityTokenImpl,X509SKISecurityTokenImpl,X509ThumbprintSHA1SecurityTokenImpl,X509V3SecurityTokenImpl
public interface X509SecurityToken extends SubjectAndPrincipalSecurityToken
-
-
Method Summary
-
Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken
addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetric
-
Methods inherited from interface org.apache.wss4j.stax.securityToken.SubjectAndPrincipalSecurityToken
getPrincipal, getSubject
-
-