Constructor
new Certificate(propertiesopt)
Constructs a new Certificate.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.ICertificate |
<optional> |
Properties to set |
- Implements:
- ICertificate
- Source:
Members
algType :string
Certificate algType.
Type:
- string
- Source:
certificate :string
Certificate certificate.
Type:
- string
- Source:
certValid :boolean
Certificate certValid.
Type:
- boolean
- Source:
reg_Time :google.protobuf.ITimestamp|null|undefined
Certificate reg_Time.
Type:
- google.protobuf.ITimestamp | null | undefined
- Source:
unreg_Time :google.protobuf.ITimestamp|null|undefined
Certificate unreg_Time.
Type:
- google.protobuf.ITimestamp | null | undefined
- Source:
Methods
(static) create(propertiesopt) → {rep.protos.Certificate}
Creates a new Certificate instance using the specified properties.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.ICertificate |
<optional> |
Properties to set |
- Source:
Returns:
Certificate instance
(static) decode(reader, lengthopt) → {rep.protos.Certificate}
Decodes a Certificate message from the specified reader or buffer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from | |
length |
number |
<optional> |
Message length if known beforehand |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
Certificate
(static) decodeDelimited(reader) → {rep.protos.Certificate}
Decodes a Certificate message from the specified reader or buffer, length delimited.
Parameters:
Name | Type | Description |
---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
Certificate
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified Certificate message. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.ICertificate | Certificate message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified Certificate message, length delimited. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.ICertificate | Certificate message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) fromObject(object) → {rep.protos.Certificate}
Creates a Certificate message from a plain object. Also converts values to their respective internal types.
Parameters:
Name | Type | Description |
---|---|---|
object |
Object.<string, *> | Plain object |
- Source:
Returns:
Certificate
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a Certificate message. Also converts values to other types if specified.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.Certificate | Certificate | |
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
- Source:
Returns:
Plain object
- Type
- Object.<string, *>
(static) verify(message) → {string|null}
Verifies a Certificate message.
Parameters:
Name | Type | Description |
---|---|---|
message |
Object.<string, *> | Plain object to verify |
- Source:
Returns:
`null` if valid, otherwise the reason why it is not
- Type
- string | null
toJSON() → {Object.<string, *>}
Converts this Certificate to JSON.
- Source:
Returns:
JSON object
- Type
- Object.<string, *>