SecretKeyRing

com.jsuereth.pgp.SecretKeyRing
See theSecretKeyRing companion class

Attributes

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

Members list

Value members

Concrete methods

def apply(ring: PGPSecretKeyRing): SecretKeyRing
def create(identity: String, passPhrase: Array[Char]): SecretKeyRing

Creates a new secret key.

Creates a new secret key.

Attributes

def load(input: InputStream): SecretKeyRing

Loads a {T} from an input stream.

Loads a {T} from an input stream.

Attributes

Inherited methods

def loadFromFile(file: File): SecretKeyRing

Loads a {T} from a file.

Loads a {T} from a file.

Attributes

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

Loads a {T} from a string.

Loads a {T} from a string.

Attributes

Inherited from:
StreamingLoadable

Implicits

Implicits

implicit def unwrap(ring: SecretKeyRing): PGPSecretKeyRing