public static interface Renewal.ChainRenewalResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCmsSignedResponse()
The renewed certificate chain.
|
Signed.SignedMessage |
getSignedResponse()
The signed certificate chain renewal response.
|
Signed.SignedMessageOrBuilder |
getSignedResponseOrBuilder()
The signed certificate chain renewal response.
|
boolean |
hasSignedResponse()
The signed certificate chain renewal response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSignedResponse()
The signed certificate chain renewal response. The body of the SignedMessage is the serialized ChainRenewalResponseBody.
.proto.crypto.v1.SignedMessage signed_response = 1;Signed.SignedMessage getSignedResponse()
The signed certificate chain renewal response. The body of the SignedMessage is the serialized ChainRenewalResponseBody.
.proto.crypto.v1.SignedMessage signed_response = 1;Signed.SignedMessageOrBuilder getSignedResponseOrBuilder()
The signed certificate chain renewal response. The body of the SignedMessage is the serialized ChainRenewalResponseBody.
.proto.crypto.v1.SignedMessage signed_response = 1;com.google.protobuf.ByteString getCmsSignedResponse()
The renewed certificate chain. The content is an ASN.1 DER encoded CMS SignedData structure that contains the certificate chain. The chain is the concatenation of the ASN.1 DER encoded certificates.
bytes cms_signed_response = 2;Copyright © 2024. All rights reserved.