| Package | Description |
|---|---|
| eu.europa.esig.dss.x509 |
| Modifier and Type | Method and Description |
|---|---|
static CertificateSourceType |
CertificateSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateSourceType[] |
CertificateSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CertificateSourceType> |
CertificateToken.getSources()
Gets information about the context in which this certificate token was created (TRUSTED_LIST, TRUSTED_STORE,
...).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateToken.addSourceType(CertificateSourceType certSourceType)
This method adds the source type of the certificate (what is its origin).
|
Copyright © 2018. All rights reserved.