new IdentityCertificate()
Methods
(static) certificateNameToPublicKeyName(certificateName) → {Name}
Get the public key name from the full certificate name.
Parameters:
Name | Type | Description |
---|---|---|
certificateName |
Name | The full certificate name. |
Returns:
The related public key name.
- Type
- Name
setName(name) → {Data}
Override the base class method to check that the name is a valid identity
certificate name.
Parameters:
Name | Type | Description |
---|---|---|
name |
Name | The identity certificate name which is copied. |
Returns:
This Data so that you can chain calls to update values.
- Type
- Data
wireDecode(input, wireFormat)
Override to call the base class wireDecode then update the public key name.
Parameters:
Name | Type | Description |
---|---|---|
input |
Blob | Buffer | The buffer with the bytes to decode. |
wireFormat |
WireFormat | (optional) A WireFormat object used to decode this object. If omitted, use WireFormat.getDefaultWireFormat(). |