Interface CertificateOrBuilder (0.3.0)

public interface CertificateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIssuer()

public abstract String getIssuer()

Issuer of the certificate.

string issuer = 4;

Returns
Type Description
String

The issuer.

getIssuerBytes()

public abstract ByteString getIssuerBytes()

Issuer of the certificate.

string issuer = 4;

Returns
Type Description
ByteString

The bytes for issuer.

getMd5()

public abstract String getMd5()

The MD5 hash of the certificate, as a hex-encoded string.

string md5 = 5;

Returns
Type Description
String

The md5.

getMd5Bytes()

public abstract ByteString getMd5Bytes()

The MD5 hash of the certificate, as a hex-encoded string.

string md5 = 5;

Returns
Type Description
ByteString

The bytes for md5.

getNotAfter()

public abstract Timestamp getNotAfter()

Indicates when the certificate is no longer valid.

.google.protobuf.Timestamp not_after = 9;

Returns
Type Description
Timestamp

The notAfter.

getNotAfterOrBuilder()

public abstract TimestampOrBuilder getNotAfterOrBuilder()

Indicates when the certificate is no longer valid.

.google.protobuf.Timestamp not_after = 9;

Returns
Type Description
TimestampOrBuilder

getNotBefore()

public abstract Timestamp getNotBefore()

Indicates when the certificate is first valid.

.google.protobuf.Timestamp not_before = 8;

Returns
Type Description
Timestamp

The notBefore.

getNotBeforeOrBuilder()

public abstract TimestampOrBuilder getNotBeforeOrBuilder()

Indicates when the certificate is first valid.

.google.protobuf.Timestamp not_before = 8;

Returns
Type Description
TimestampOrBuilder

getSerial()

public abstract String getSerial()

Certificate serial number.

string serial = 2;

Returns
Type Description
String

The serial.

getSerialBytes()

public abstract ByteString getSerialBytes()

Certificate serial number.

string serial = 2;

Returns
Type Description
ByteString

The bytes for serial.

getSha1()

public abstract String getSha1()

The SHA1 hash of the certificate, as a hex-encoded string.

string sha1 = 6;

Returns
Type Description
String

The sha1.

getSha1Bytes()

public abstract ByteString getSha1Bytes()

The SHA1 hash of the certificate, as a hex-encoded string.

string sha1 = 6;

Returns
Type Description
ByteString

The bytes for sha1.

getSha256()

public abstract String getSha256()

The SHA256 hash of the certificate, as a hex-encoded string.

string sha256 = 7;

Returns
Type Description
String

The sha256.

getSha256Bytes()

public abstract ByteString getSha256Bytes()

The SHA256 hash of the certificate, as a hex-encoded string.

string sha256 = 7;

Returns
Type Description
ByteString

The bytes for sha256.

getSubject()

public abstract String getSubject()

Subject of the certificate.

string subject = 3;

Returns
Type Description
String

The subject.

getSubjectBytes()

public abstract ByteString getSubjectBytes()

Subject of the certificate.

string subject = 3;

Returns
Type Description
ByteString

The bytes for subject.

getVersion()

public abstract String getVersion()

Certificate version.

string version = 1;

Returns
Type Description
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Certificate version.

string version = 1;

Returns
Type Description
ByteString

The bytes for version.

hasNotAfter()

public abstract boolean hasNotAfter()

Indicates when the certificate is no longer valid.

.google.protobuf.Timestamp not_after = 9;

Returns
Type Description
boolean

Whether the notAfter field is set.

hasNotBefore()

public abstract boolean hasNotBefore()

Indicates when the certificate is first valid.

.google.protobuf.Timestamp not_before = 8;

Returns
Type Description
boolean

Whether the notBefore field is set.