public class X509TokenSpec extends Object implements SecurityTokenSpec
SecurityTokenSpec
interface.Modifier and Type | Field and Description |
---|---|
static String |
DIRECT_REFERENCE |
static String |
ISSUER_SERIAL |
static String |
KEY_IDENTIFIER |
Constructor and Description |
---|
X509TokenSpec(String[] certAlias,
String valueType,
String encodingType)
Constructor that defines this specfication.
|
Modifier and Type | Method and Description |
---|---|
String |
getEncodingType()
Returns the encoding type.
|
String |
getReferenceType()
Returns the token reference type.
|
String[] |
getSubjectCertAlias()
Returns the array of certificate aliases defined in this spec.
|
String |
getValueType()
Returns the X509 token type.
|
void |
setReferenceType(String referenceType)
Sets the token reference type.
|
public static final String DIRECT_REFERENCE
public static final String KEY_IDENTIFIER
public static final String ISSUER_SERIAL
public X509TokenSpec(String[] certAlias, String valueType, String encodingType)
certAlias
- the array of certificate aliases that can be used
to create the X509 token specification. For example the PKI
PathSecurity token would need ordered list of certificates.valueType
- the token value type. This is to indicate the
value of the certificate.encodingType
- the token encoding type of the certficates that
are attached in the security header.public String[] getSubjectCertAlias()
public String getValueType()
public String getEncodingType()
public String getReferenceType()
public void setReferenceType(String referenceType)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.