@Generated(value="software.amazon.awssdk:codegen") public final class RootCertificatePublicKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RootCertificatePublicKey.Builder,RootCertificatePublicKey>
Parameter information for root public key certificate import.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RootCertificatePublicKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RootCertificatePublicKey.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KeyAttributes |
keyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
String |
publicKeyCertificate()
Parameter information for root public key certificate import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RootCertificatePublicKey.Builder> |
serializableBuilderClass() |
RootCertificatePublicKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KeyAttributes keyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the root public key is imported.
public final String publicKeyCertificate()
Parameter information for root public key certificate import.
public RootCertificatePublicKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RootCertificatePublicKey.Builder,RootCertificatePublicKey>public static RootCertificatePublicKey.Builder builder()
public static Class<? extends RootCertificatePublicKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.