object KeyGen
Helpers to generate various keys.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyGen
- 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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeDsaKeyPair(bitStrength: Int = 1024): PGPKeyPair
Constructs a new DSA PGP Pair.
Constructs a new DSA PGP Pair. (only useful for signing)
-
def
makeDsaKeyRingGenerator(identity: String, passPhrase: Array[Char], bitStrength: Int = 1024): PGPKeyRingGenerator
Instantiates a KeyRingGenerator for combined DSA/ElGamal keys
-
def
makeElGamalKeyPair(params: Option[ElGamalParameterSpec] = None, encryptOnly: Boolean = false): PGPKeyPair
Make a new El Gamal key for signing/encrypting things.
-
def
makeElGamalKeyRingGenerator(identity: String, passPhrase: Array[Char]): PGPKeyRingGenerator
Instantiates a KeyRingGenerator for El Gamal keys
-
def
makePgpKeyRingGenerator(identity: String, passPhrase: Array[Char], keyPair: PGPKeyPair, subKeyPairs: PGPKeyPair*): PGPKeyRingGenerator
Makes a new PGP Key ring generator, fully configured with reasonable defaults.
-
def
makeRsaKeyPair(bitStrength: Int = 2048): PGPKeyPair
Constructs a new RSA PGPKeyPair (for encryption/signing)
-
def
makeRsaKeyRingGenerator(identity: String, passPhrase: Array[Char]): PGPKeyRingGenerator
Instantiates a KeyRingGenerator for RSA keys
-
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()