com.jsuereth.pgp
Members list
Packages
Type members
Classlikes
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Producttrait Equalstrait PgpExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Helpers to generate various keys.
Helpers to generate various keys.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KeyGen.type
Exception thrown when a key is not found in the keystore.
Exception thrown when a key is not found in the keystore.
Attributes
- Supertypes
-
trait Producttrait Equalstrait PgpExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Producttrait Equalstrait PgpExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Base class for exceptions thrown in PGP library.
Base class for exceptions thrown in PGP library.
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
This class represents a public PGP key. It can be used to encrypt messages for a person and validate that messages were signed correctly.
This class represents a public PGP key. It can be used to encrypt messages for a person and validate that messages were signed correctly.
Attributes
- Companion
- object
- Supertypes
This trait defines things that can act like a public key. That is they can verify signed files and messages and encrypt data for an individual.
This trait defines things that can act like a public key. That is they can verify signed files and messages and encrypt data for an individual.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
A collection of public keys, known as a 'ring'.
Attributes
- Companion
- class
- Supertypes
- Self type
-
PublicKeyRing.type
A collection of nested key rings.
Attributes
- Companion
- class
- Supertypes
- Self type
A SecretKey that can be used to sign things and decrypt messages.
A SecretKey that can be used to sign things and decrypt messages.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
A secret PGP key ring. Can be used to decrypt messages and to sign files/messages.
A secret PGP key ring. Can be used to decrypt messages and to sign files/messages.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
-
SecretKeyRing.type
A secret PGP key ring. Can be used to decrypt messages and to sign files/messages.
A secret PGP key ring. Can be used to decrypt messages and to sign files/messages.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
Wrapper around a PGP signature for convenience.
This trait is for companion objects that have objects which can streamed in.
This trait is for companion objects that have objects which can streamed in.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object PublicKeyRingobject PublicKeyRingCollectionobject SecretKeyRingobject SecretKeyRingCollection
This trait represents something that can be saved. If the class can provide a single saveTo(OutputStream) method, then this trait provides corresponding saveToFile and saveToString methods.
This trait represents something that can be saved. If the class can provide a single saveTo(OutputStream) method, then this trait provides corresponding saveToFile and saveToString methods.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PublicKeyclass PublicKeyRingclass PublicKeyRingCollectionclass SecretKeyRingclass SecretKeyRingCollectionclass SignatureShow all