| Package | Description |
|---|---|
| com.cosmian.rest.kmip.objects | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
CertificateRequestType |
CertificateRequest.getCertificate_request_type() |
| Modifier and Type | Method and Description |
|---|---|
CertificateRequest |
CertificateRequest.certificate_request_type(CertificateRequestType certificate_request_type) |
void |
CertificateRequest.setCertificate_request_type(CertificateRequestType certificate_request_type) |
| Constructor and Description |
|---|
CertificateRequest(CertificateRequestType certificate_request_type,
byte[] certificate_request_value) |
| Modifier and Type | Method and Description |
|---|---|
static CertificateRequestType |
CertificateRequestType.from(int code) |
static CertificateRequestType |
CertificateRequestType.from(String name) |
static CertificateRequestType |
CertificateRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateRequestType[] |
CertificateRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.