Signature

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
class Object
trait Matchable
class Any

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 Object
trait Matchable
class Any
Show all
Self type
notations.type

Value members

Concrete methods

def issuerKeyID: Long
def keyExpirationTime: Long
def keyID: Long
override def saveTo(output: OutputStream): Unit

Saves the current entity to an output stream.

Saves the current entity to an output stream.

Attributes

Definition Classes
def signatureType: Int
def signatureTypeString: String
def signerUserID: Option[String]
override def toString: String

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

def saveToFile(file: File): Unit

Saves the current entity to a file.

Saves the current entity to a file.

Attributes

Inherited from:
StreamingSaveable
def saveToString: String

Saves the current entity into a string.

Saves the current entity into a string.

Attributes

Inherited from:
StreamingSaveable

Concrete fields

val nested: PGPSignature