| Package | Description |
|---|---|
| eu.europa.esig.dss.tsl | |
| eu.europa.esig.dss.x509 |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsageBit |
KeyUsageBit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsageBit[] |
KeyUsageBit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KeyUsageBit> |
CertificateToken.getKeyUsageBits()
This method returns a list
KeyUsageBit representing the key usages of the certificate. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CertificateToken.checkKeyUsage(KeyUsageBit keyUsageBit)
This method checks if the certificate contains the given key usage bit.
|
Copyright © 2018. All rights reserved.