| Package | Description |
|---|---|
| com.cosmian.rest.kmip.objects | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
CertificateType |
Certificate.getCertificateType() |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.certificateType(CertificateType certificateType) |
void |
Certificate.setCertificateType(CertificateType certificateType) |
| Constructor and Description |
|---|
Certificate(CertificateType certificateType,
byte[] certificateValue) |
| Modifier and Type | Method and Description |
|---|---|
static CertificateType |
CertificateType.from(int code) |
static CertificateType |
CertificateType.from(String name) |
static CertificateType |
CertificateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateType[] |
CertificateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.