Interface CertificateAuthority.AccessUrlsOrBuilder (2.39.0)

public static interface CertificateAuthority.AccessUrlsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaCertificateAccessUrl()

public abstract String getCaCertificateAccessUrl()

The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.

string ca_certificate_access_url = 1;

Returns
TypeDescription
String

The caCertificateAccessUrl.

getCaCertificateAccessUrlBytes()

public abstract ByteString getCaCertificateAccessUrlBytes()

The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.

string ca_certificate_access_url = 1;

Returns
TypeDescription
ByteString

The bytes for caCertificateAccessUrl.

getCrlAccessUrls(int index)

public abstract String getCrlAccessUrls(int index)

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

repeated string crl_access_urls = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The crlAccessUrls at the given index.

getCrlAccessUrlsBytes(int index)

public abstract ByteString getCrlAccessUrlsBytes(int index)

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

repeated string crl_access_urls = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the crlAccessUrls at the given index.

getCrlAccessUrlsCount()

public abstract int getCrlAccessUrlsCount()

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

repeated string crl_access_urls = 2;

Returns
TypeDescription
int

The count of crlAccessUrls.

getCrlAccessUrlsList()

public abstract List<String> getCrlAccessUrlsList()

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

repeated string crl_access_urls = 2;

Returns
TypeDescription
List<String>

A list containing the crlAccessUrls.