public class X509IssuerSerialSecurityToken extends X509SecurityToken
keyTable, tokenUsages| Modifier | Constructor and Description |
|---|---|
protected |
X509IssuerSerialSecurityToken(SecurityTokenConstants.TokenType tokenType,
InboundSecurityContext inboundSecurityContext,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuerName() |
BigInteger |
getSerialNumber() |
void |
setIssuerName(String issuerName) |
void |
setSerialNumber(BigInteger serialNumber) |
getTokenType, isAsymmetricaddTokenUsage, addWrappedToken, getElementPath, getKey, getKeyIdentifier, getKeyWrappingToken, getPubKey, getPublicKey, getSecretKey, getWrappedTokens, getXMLSecEvent, isIncludedInMessage, setElementPath, setKeyWrappingToken, setXMLSecEvent, verifygetId, getPublicKey, getSecretKey, getSha1Identifier, getTokenUsages, getX509Certificates, setAsymmetric, setPublicKey, setSecretKey, setSha1Identifier, setX509Certificatesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getPublicKey, getSecretKey, getSha1Identifier, getTokenUsages, getX509Certificatesprotected X509IssuerSerialSecurityToken(SecurityTokenConstants.TokenType tokenType, InboundSecurityContext inboundSecurityContext, String id)
public String getIssuerName()
public void setIssuerName(String issuerName)
public BigInteger getSerialNumber()
public void setSerialNumber(BigInteger serialNumber)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.