Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
Certificate_extensions |
Certificate_extensions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Certificate_extensions> |
Certificate.getExtensions()
Additional attributes associated with users or public keys for managing relationships between
Certificate Authorities.
|
Modifier and Type | Method and Description |
---|---|
Certificate_extensions.Builder |
Certificate_extensions.Builder.copy(Certificate_extensions model) |
Modifier and Type | Method and Description |
---|---|
Certificate.Builder |
Certificate.Builder.extensions(List<Certificate_extensions> extensions)
Additional attributes associated with users or public keys for managing relationships
between Certificate Authorities.
|
Constructor and Description |
---|
Certificate(String id,
String compartmentId,
String displayName,
String issuedBy,
CertificateSubjectName subjectName,
CertificateIssuerName issuerName,
String serialNumber,
Integer version,
String signatureAlgorithm,
Date timeNotValidBefore,
Date timeNotValidAfter,
Certificate_publicKeyInfo publicKeyInfo,
List<Certificate_extensions> extensions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
LifecycleStates lifecycleState,
Date timeCreated,
Boolean isTrustVerificationDisabled,
String certificateData)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.