public static final class SSLCertificate.AuthorityKeyId extends GeneratedMessage implements SSLCertificate.AuthorityKeyIdOrBuilderIdentifies the public key to be used to verify the signature on this certificate or CRL.
Protobuf type google.backstory.SSLCertificate.AuthorityKeyId
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SSLCertificate.AuthorityKeyIdImplements
SSLCertificate.AuthorityKeyIdOrBuilderStatic Fields
KEYID_FIELD_NUMBER
public static final int KEYID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SERIAL_NUMBER_FIELD_NUMBER
public static final int SERIAL_NUMBER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SSLCertificate.AuthorityKeyId getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SSLCertificate.AuthorityKeyId.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId.Builder |
|
newBuilder(SSLCertificate.AuthorityKeyId prototype)
public static SSLCertificate.AuthorityKeyId.Builder newBuilder(SSLCertificate.AuthorityKeyId prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SSLCertificate.AuthorityKeyId |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId.Builder |
|
parseDelimitedFrom(InputStream input)
public static SSLCertificate.AuthorityKeyId parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SSLCertificate.AuthorityKeyId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SSLCertificate.AuthorityKeyId parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SSLCertificate.AuthorityKeyId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SSLCertificate.AuthorityKeyId parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SSLCertificate.AuthorityKeyId parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SSLCertificate.AuthorityKeyId parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SSLCertificate.AuthorityKeyId parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SSLCertificate.AuthorityKeyId parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SSLCertificate.AuthorityKeyId parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SSLCertificate.AuthorityKeyId parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SSLCertificate.AuthorityKeyId parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SSLCertificate.AuthorityKeyId> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AuthorityKeyId> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public SSLCertificate.AuthorityKeyId getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId |
|
getKeyid()
public String getKeyid()Key hexdump.
string keyid = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The keyid. |
getKeyidBytes()
public ByteString getKeyidBytes()Key hexdump.
string keyid = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyid. |
getParserForType()
public Parser<SSLCertificate.AuthorityKeyId> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AuthorityKeyId> |
|
getSerialNumber()
public String getSerialNumber()Serial number hexdump.
string serial_number = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The serialNumber. |
getSerialNumberBytes()
public ByteString getSerialNumberBytes()Serial number hexdump.
string serial_number = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serialNumber. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SSLCertificate.AuthorityKeyId.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SSLCertificate.AuthorityKeyId.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId.Builder |
|
toBuilder()
public SSLCertificate.AuthorityKeyId.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SSLCertificate.AuthorityKeyId.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|