Class CreateRootCaByGeneratingInternallyConfigDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.certificatesmanagement.model.CreateCertificateAuthorityConfigDetails
-
- com.oracle.bmc.certificatesmanagement.model.CreateRootCaByGeneratingInternallyConfigDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210224") public final class CreateRootCaByGeneratingInternallyConfigDetails extends CreateCertificateAuthorityConfigDetails
The details for creating a private root certificate authority (CA).
Note: Objects should always be created or deserialized using theCreateRootCaByGeneratingInternallyConfigDetails.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreateRootCaByGeneratingInternallyConfigDetails.Builder
, which maintain a set of all explicitly set fields calledCreateRootCaByGeneratingInternallyConfigDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateRootCaByGeneratingInternallyConfigDetails.Builder
-
Constructor Summary
Constructors Constructor Description CreateRootCaByGeneratingInternallyConfigDetails(String versionName, Validity validity, SignatureAlgorithm signingAlgorithm, CertificateSubject subject)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateRootCaByGeneratingInternallyConfigDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
SignatureAlgorithm
getSigningAlgorithm()
The algorithm used to sign public key certificates that the CA issues.CertificateSubject
getSubject()
Validity
getValidity()
int
hashCode()
CreateRootCaByGeneratingInternallyConfigDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.certificatesmanagement.model.CreateCertificateAuthorityConfigDetails
getVersionName
-
-
-
-
Constructor Detail
-
CreateRootCaByGeneratingInternallyConfigDetails
@Deprecated public CreateRootCaByGeneratingInternallyConfigDetails(String versionName, Validity validity, SignatureAlgorithm signingAlgorithm, CertificateSubject subject)
Deprecated.
-
-
Method Detail
-
builder
public static CreateRootCaByGeneratingInternallyConfigDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreateRootCaByGeneratingInternallyConfigDetails.Builder toBuilder()
-
getValidity
public Validity getValidity()
-
getSigningAlgorithm
public SignatureAlgorithm getSigningAlgorithm()
The algorithm used to sign public key certificates that the CA issues.- Returns:
- the value
-
getSubject
public CertificateSubject getSubject()
-
toString
public String toString()
- Overrides:
toString
in classCreateCertificateAuthorityConfigDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classCreateCertificateAuthorityConfigDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classCreateCertificateAuthorityConfigDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCreateCertificateAuthorityConfigDetails
-
-