public class GpgSignature extends Object implements Serializable
Constructor and Description |
---|
GpgSignature(byte[] signature)
Creates a new instance with the specified signature
|
public GpgSignature(@NonNull byte[] signature)
signature
- the signaturepublic String toExternalString()
This returns the ASCII Armor as per https://tools.ietf.org/html/rfc4880#section-6.2.
Copyright © 2020 Eclipse JGit Project. All rights reserved.