Class X509ThumbprintSHA1SecurityTokenImpl
- java.lang.Object
-
- org.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken
-
- org.apache.xml.security.stax.impl.securityToken.AbstractInboundSecurityToken
-
- org.apache.xml.security.stax.impl.securityToken.X509SecurityToken
-
- org.apache.wss4j.stax.impl.securityToken.X509SecurityTokenImpl
-
- org.apache.wss4j.stax.impl.securityToken.X509ThumbprintSHA1SecurityTokenImpl
-
- All Implemented Interfaces:
SubjectAndPrincipalSecurityToken
,X509SecurityToken
,org.apache.xml.security.stax.securityToken.InboundSecurityToken
,org.apache.xml.security.stax.securityToken.SecurityToken
public class X509ThumbprintSHA1SecurityTokenImpl extends X509SecurityTokenImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAlias()
-
Methods inherited from class org.apache.wss4j.stax.impl.securityToken.X509SecurityTokenImpl
getCallbackHandler, getCrypto, getKey, getPrincipal, getSubject, getTokenType, getX509Certificates, matches, setCrypto, verify
-
Methods inherited from class org.apache.xml.security.stax.impl.securityToken.X509SecurityToken
isAsymmetric
-
Methods inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractInboundSecurityToken
addTokenUsage, addWrappedToken, getElementPath, getKeyIdentifier, getKeyWrappingToken, getPubKey, getPublicKey, getSecretKey, getWrappedTokens, getXMLSecEvent, isIncludedInMessage, setElementPath, setKeyWrappingToken, setXMLSecEvent
-
Methods inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken
getId, getPublicKey, getSecretKey, getSha1Identifier, getTokenUsages, setAsymmetric, setPublicKey, setSecretKey, setSha1Identifier, setX509Certificates
-
-
-
-
Method Detail
-
getAlias
protected String getAlias() throws org.apache.xml.security.exceptions.XMLSecurityException
- Specified by:
getAlias
in classX509SecurityTokenImpl
- Throws:
org.apache.xml.security.exceptions.XMLSecurityException
-
-