object PGP
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PGP
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init(): Unit
This is a helper method used to make sure the above initialization happens.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPublicKeyMatching(value: String)(k: PublicKey): Boolean
-
def
loadPublicKeyRing(file: File): PublicKeyRing
This can load your local PGP keyring.
-
def
loadPublicKeyRingCollection(file: File): PublicKeyRingCollection
Loads a collection of public key rings from a file.
-
def
loadSecretKeyRing(file: File): SecretKeyRing
This can load your local PGP keyring.
-
def
loadSecretKeyRingCollection(file: File): SecretKeyRingCollection
Loads a collection of public key rings from a file.
-
def
makeKeys(identity: String, passPhrase: Array[Char], publicKey: File, secretKey: File): Unit
Creates a new public/private key pair and saves them in the given files.
-
def
makeNewKeyRings(identity: String, passPhrase: Array[Char]): (PublicKeyRing, SecretKeyRing)
Creates a new public/secret keyring pair in memory.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()