public interface CertificateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCert()
optional string cert = 8; |
com.google.protobuf.ByteString |
getCertBytes()
optional string cert = 8; |
java.lang.String |
getCommonName()
optional string common_name = 3; |
com.google.protobuf.ByteString |
getCommonNameBytes()
optional string common_name = 3; |
long |
getExpireDate()
optional int64 expire_date = 6; |
java.lang.String |
getIssuedBy()
optional string issued_by = 4; |
com.google.protobuf.ByteString |
getIssuedByBytes()
optional string issued_by = 4; |
java.lang.String |
getKey()
optional string key = 9; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 9; |
java.lang.String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
java.lang.String |
getPhid()
optional string phid = 1; |
com.google.protobuf.ByteString |
getPhidBytes()
optional string phid = 1; |
java.lang.String |
getSans(int index)
those feilds will not included into list response.
|
com.google.protobuf.ByteString |
getSansBytes(int index)
those feilds will not included into list response.
|
int |
getSansCount()
those feilds will not included into list response.
|
java.util.List<java.lang.String> |
getSansList()
those feilds will not included into list response.
|
java.lang.String |
getSerialNumber()
optional string serial_number = 11; |
com.google.protobuf.ByteString |
getSerialNumberBytes()
optional string serial_number = 11; |
long |
getValidFrom()
optional int64 valid_from = 5; |
int |
getVersion()
optional int32 version = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPhid()
optional string phid = 1;com.google.protobuf.ByteString getPhidBytes()
optional string phid = 1;java.lang.String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;java.lang.String getCommonName()
optional string common_name = 3;com.google.protobuf.ByteString getCommonNameBytes()
optional string common_name = 3;java.lang.String getIssuedBy()
optional string issued_by = 4;com.google.protobuf.ByteString getIssuedByBytes()
optional string issued_by = 4;long getValidFrom()
optional int64 valid_from = 5;long getExpireDate()
optional int64 expire_date = 6;java.util.List<java.lang.String> getSansList()
those feilds will not included into list response. only describe response will include the underlying feilds.
repeated string sans = 7;int getSansCount()
those feilds will not included into list response. only describe response will include the underlying feilds.
repeated string sans = 7;java.lang.String getSans(int index)
those feilds will not included into list response. only describe response will include the underlying feilds.
repeated string sans = 7;com.google.protobuf.ByteString getSansBytes(int index)
those feilds will not included into list response. only describe response will include the underlying feilds.
repeated string sans = 7;java.lang.String getCert()
optional string cert = 8;com.google.protobuf.ByteString getCertBytes()
optional string cert = 8;java.lang.String getKey()
optional string key = 9;com.google.protobuf.ByteString getKeyBytes()
optional string key = 9;int getVersion()
optional int32 version = 10;java.lang.String getSerialNumber()
optional string serial_number = 11;com.google.protobuf.ByteString getSerialNumberBytes()
optional string serial_number = 11;