Constructor
new Signature(packetlist)
Parameters:
Name | Type | Description |
---|---|---|
packetlist |
PacketList | The signature packets |
- Source:
Classes
Methods
armor(configopt) → {ReadableStream.<String>}
Returns ASCII armored text of signature
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
config |
Object |
<optional> |
Full configuration, defaults to openpgp.config |
- Source:
Returns:
ASCII armor.
- Type
- ReadableStream.<String>
write() → {ReadableStream.<Uint8Array>}
Returns binary encoded signature
- Source:
Returns:
Binary signature.
- Type
- ReadableStream.<Uint8Array>