SecretKeyRingCollection

com.jsuereth.pgp.SecretKeyRingCollection
See theSecretKeyRingCollection companion class

Attributes

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

Members list

Value members

Concrete methods

def apply(nested: PGPSecretKeyRingCollection): SecretKeyRingCollection
def load(input: InputStream): SecretKeyRingCollection

Loads a {T} from an input stream.

Loads a {T} from an input stream.

Attributes

Inherited methods

Loads a {T} from a file.

Loads a {T} from a file.

Attributes

Inherited from:
StreamingLoadable

Loads a {T} from a string.

Loads a {T} from a string.

Attributes

Inherited from:
StreamingLoadable

Implicits

Implicits

implicit def unwrap(ring: SecretKeyRingCollection): PGPSecretKeyRingCollection