com.jsuereth.pgp.Signature
See theSignature companion object
class Signature(val nested: PGPSignature) extends StreamingSaveable
Wrapper around a PGP signature for convenience.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Type members
Classlikes
object notations extends Iterable[(String, String)]
Returns the name-value string pairs in the notation data occurrences of a signature.
Returns the name-value string pairs in the notation data occurrences of a signature.
Attributes
- Supertypes
-
trait Iterable[(String, String)]trait IterableFactoryDefaults[(String, String), Iterable]trait IterableOps[(String, String), Iterable, Iterable[(String, String)]]trait IterableOnceOps[(String, String), Iterable, Iterable[(String, String)]]trait IterableOnce[(String, String)]class Objecttrait Matchableclass AnyShow all
- Self type
-
notations.type
Value members
Concrete methods
Saves the current entity to an output stream.
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Saves the current entity to a file.
Saves the current entity into a string.
Concrete fields
In this article