| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.clone() |
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.set(String fieldName,
Object value) |
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setBasicConstraints(String basicConstraints)
X.509 basic constraints extension.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setExpiryDate(Long expiryDate)
X.509 `notAfter` validity period in milliseconds since epoch.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setIssuer(String issuer)
X.509 issuer.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setIsValid(String isValid)
Flag that specifies whether the certificate is valid.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setPublicKey(String publicKey)
Public key component of the X.509 subject public key info.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setSerialNumber(String serialNumber)
X.509 serial number.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setSigAlgName(String sigAlgName)
X.509 signatureAlgorithm.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setSubject(String subject)
X.509 subject.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setSubjectAlternativeNames(List<String> subjectAlternativeNames)
X.509 subject alternative names (SANs) extension.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setValidFrom(Long validFrom)
X.509 `notBefore` validity period in milliseconds since epoch.
|
GoogleCloudApigeeV1CertInfo |
GoogleCloudApigeeV1CertInfo.setVersion(Integer version)
X.509 version.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1CertInfo> |
GoogleCloudApigeeV1Certificate.getCertInfo()
Chain of certificates under this name.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Certificate |
GoogleCloudApigeeV1Certificate.setCertInfo(List<GoogleCloudApigeeV1CertInfo> certInfo)
Chain of certificates under this name.
|
Copyright © 2011–2025 Google. All rights reserved.