Interface SSLCertificate.ExtensionOrBuilder (0.3.0)

public static interface SSLCertificate.ExtensionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthorityKeyId()

public abstract SSLCertificate.AuthorityKeyId getAuthorityKeyId()

Identifies the public key to be used to verify the signature on this certificate or CRL.

.google.backstory.SSLCertificate.AuthorityKeyId authority_key_id = 3;

Returns
Type Description
SSLCertificate.AuthorityKeyId

The authorityKeyId.

getAuthorityKeyIdOrBuilder()

public abstract SSLCertificate.AuthorityKeyIdOrBuilder getAuthorityKeyIdOrBuilder()

Identifies the public key to be used to verify the signature on this certificate or CRL.

.google.backstory.SSLCertificate.AuthorityKeyId authority_key_id = 3;

Returns
Type Description
SSLCertificate.AuthorityKeyIdOrBuilder

getCa()

public abstract boolean getCa()

Whether the subject acts as a certificate authority (CA) or not.

bool ca = 1;

Returns
Type Description
boolean

The ca.

getCaInfoAccess()

public abstract String getCaInfoAccess()

Authority information access locations are URLs that are added to a certificate in its authority information access extension.

string ca_info_access = 7;

Returns
Type Description
String

The caInfoAccess.

getCaInfoAccessBytes()

public abstract ByteString getCaInfoAccessBytes()

Authority information access locations are URLs that are added to a certificate in its authority information access extension.

string ca_info_access = 7;

Returns
Type Description
ByteString

The bytes for caInfoAccess.

getCertTemplateNameDc()

public abstract String getCertTemplateNameDc()

BMP data value "DomainController". See MS Q291010.

string cert_template_name_dc = 13;

Returns
Type Description
String

The certTemplateNameDc.

getCertTemplateNameDcBytes()

public abstract ByteString getCertTemplateNameDcBytes()

BMP data value "DomainController". See MS Q291010.

string cert_template_name_dc = 13;

Returns
Type Description
ByteString

The bytes for certTemplateNameDc.

getCertificatePolicies()

public abstract String getCertificatePolicies()

Different certificate policies will relate to different applications which may use the certified key.

string certificate_policies = 11;

Returns
Type Description
String

The certificatePolicies.

getCertificatePoliciesBytes()

public abstract ByteString getCertificatePoliciesBytes()

Different certificate policies will relate to different applications which may use the certified key.

string certificate_policies = 11;

Returns
Type Description
ByteString

The bytes for certificatePolicies.

getCrlDistributionPoints()

public abstract String getCrlDistributionPoints()

CRL distribution points to which a certificate user should refer to ascertain if the certificate has been revoked.

string crl_distribution_points = 8;

Returns
Type Description
String

The crlDistributionPoints.

getCrlDistributionPointsBytes()

public abstract ByteString getCrlDistributionPointsBytes()

CRL distribution points to which a certificate user should refer to ascertain if the certificate has been revoked.

string crl_distribution_points = 8;

Returns
Type Description
ByteString

The bytes for crlDistributionPoints.

getExtendedKeyUsage()

public abstract String getExtendedKeyUsage()

One or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension field.

string extended_key_usage = 9;

Returns
Type Description
String

The extendedKeyUsage.

getExtendedKeyUsageBytes()

public abstract ByteString getExtendedKeyUsageBytes()

One or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension field.

string extended_key_usage = 9;

Returns
Type Description
ByteString

The bytes for extendedKeyUsage.

getKeyUsage()

public abstract String getKeyUsage()

The purpose for which the certified public key is used.

string key_usage = 6;

Returns
Type Description
String

The keyUsage.

getKeyUsageBytes()

public abstract ByteString getKeyUsageBytes()

The purpose for which the certified public key is used.

string key_usage = 6;

Returns
Type Description
ByteString

The bytes for keyUsage.

getNetscapeCertComment()

public abstract String getNetscapeCertComment()

Used to include free-form text comments inside certificates.

string netscape_cert_comment = 12;

Returns
Type Description
String

The netscapeCertComment.

getNetscapeCertCommentBytes()

public abstract ByteString getNetscapeCertCommentBytes()

Used to include free-form text comments inside certificates.

string netscape_cert_comment = 12;

Returns
Type Description
ByteString

The bytes for netscapeCertComment.

getNetscapeCertificate()

public abstract boolean getNetscapeCertificate()

Identify whether the certificate subject is an SSL client, an SSL server, or a CA.

bool netscape_certificate = 14;

Returns
Type Description
boolean

The netscapeCertificate.

getOldAuthorityKeyId()

public abstract boolean getOldAuthorityKeyId()

Whether the certificate has an old authority key identifier extension.

bool old_authority_key_id = 16;

Returns
Type Description
boolean

The oldAuthorityKeyId.

getPeLogotype()

public abstract boolean getPeLogotype()

Whether the certificate includes a logotype.

bool pe_logotype = 15;

Returns
Type Description
boolean

The peLogotype.

getSubjectAlternativeName()

public abstract String getSubjectAlternativeName()

Contains one or more alternative names, using any of a variety of name forms, for the entity that is bound by the CA to the certified public key.

string subject_alternative_name = 10;

Returns
Type Description
String

The subjectAlternativeName.

getSubjectAlternativeNameBytes()

public abstract ByteString getSubjectAlternativeNameBytes()

Contains one or more alternative names, using any of a variety of name forms, for the entity that is bound by the CA to the certified public key.

string subject_alternative_name = 10;

Returns
Type Description
ByteString

The bytes for subjectAlternativeName.

getSubjectKeyId()

public abstract String getSubjectKeyId()

Identifies the public key being certified.

string subject_key_id = 2;

Returns
Type Description
String

The subjectKeyId.

getSubjectKeyIdBytes()

public abstract ByteString getSubjectKeyIdBytes()

Identifies the public key being certified.

string subject_key_id = 2;

Returns
Type Description
ByteString

The bytes for subjectKeyId.

hasAuthorityKeyId()

public abstract boolean hasAuthorityKeyId()

Identifies the public key to be used to verify the signature on this certificate or CRL.

.google.backstory.SSLCertificate.AuthorityKeyId authority_key_id = 3;

Returns
Type Description
boolean

Whether the authorityKeyId field is set.