class SecretKeyRingCollection extends StreamingSaveable
A secret PGP key ring. Can be used to decrypt messages and to sign files/messages.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecretKeyRingCollection
- StreamingSaveable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SecretKeyRingCollection(nested: PGPSecretKeyRingCollection)
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()
-
def
default: SecretKeyRing
The default secret key ring to use.
-
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] )
-
def
findSecretKey(value: String): Option[SecretKey]
Finds the first secret key that has:
Finds the first secret key that has:
- A keyID containing the given hex code
- A userID containing the given string
-
def
findSecretKeyRing(value: String): Option[SecretKeyRing]
Finds the first secret key ring that has a public key that:
Finds the first secret key ring that has a public key that:
- A keyID containing the given hex code
- A userID containing the given string
-
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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nested: PGPSecretKeyRingCollection
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
saveTo(output: OutputStream): Unit
Saves the current entity to an output stream.
Saves the current entity to an output stream.
- Definition Classes
- SecretKeyRingCollection → StreamingSaveable
-
def
saveToFile(file: File): Unit
Saves the current entity to a file.
Saves the current entity to a file.
- Definition Classes
- StreamingSaveable
-
def
saveToString: String
Saves the current entity into a string.
Saves the current entity into a string.
- Definition Classes
- StreamingSaveable
-
def
secretKeys: Traversable[SecretKey]
A collection of all the secret keys from all the key rings.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- SecretKeyRingCollection → 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()
-
object
keyRings extends Traversable[SecretKeyRing]
A collection of all the nested secret key rings.