Interface CertificateAuthority.AccessUrlsOrBuilder (2.5.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.

getCrlAccessUrl()

public abstract String getCrlAccessUrl()

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

string crl_access_url = 2;

Returns
TypeDescription
String

The crlAccessUrl.

getCrlAccessUrlBytes()

public abstract ByteString getCrlAccessUrlBytes()

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

string crl_access_url = 2;

Returns
TypeDescription
ByteString

The bytes for crlAccessUrl.