PublicKeyRing

com.jsuereth.pgp.PublicKeyRing
See thePublicKeyRing companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(nested: PGPPublicKeyRing): PublicKeyRing
def load(input: InputStream): PublicKeyRing

Loads a {T} from an input stream.

Loads a {T} from an input stream.

Attributes

Inherited methods

def loadFromFile(file: File): PublicKeyRing

Loads a {T} from a file.

Loads a {T} from a file.

Attributes

Inherited from:
StreamingLoadable
def loadFromString(input: String): PublicKeyRing

Loads a {T} from a string.

Loads a {T} from a string.

Attributes

Inherited from:
StreamingLoadable

Implicits

Implicits

implicit def unwrap(ring: PublicKeyRing): PGPPublicKeyRing