Uses of Class
com.oracle.bmc.waas.model.Certificate_extensions
-
Packages that use Certificate_extensions Package Description com.oracle.bmc.waas.model -
-
Uses of Certificate_extensions in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Certificate_extensions Modifier and Type Method Description Certificate_extensions
Certificate_extensions.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type Certificate_extensions Modifier and Type Method Description List<Certificate_extensions>
Certificate. getExtensions()
Additional attributes associated with users or public keys for managing relationships between Certificate Authorities.Methods in com.oracle.bmc.waas.model with parameters of type Certificate_extensions Modifier and Type Method Description Certificate_extensions.Builder
Certificate_extensions.Builder. copy(Certificate_extensions model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type Certificate_extensions Modifier and Type Method 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 parameters in com.oracle.bmc.waas.model with type arguments of type Certificate_extensions Constructor 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.
-