A collection of nested key rings.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Type members
Classlikes
A collection of all the nested key rings.
A collection of all the nested key rings.
Attributes
- Supertypes
-
trait Iterable[PublicKeyRing]trait IterableOnce[PublicKeyRing]class Objecttrait Matchableclass AnyShow all
- Self type
-
keyRings.type
Value members
Concrete methods
A collection that will traverse all keys that can be used to encrypt data.
A collection that will traverse all keys that can be used to encrypt data.
Attributes
Finds the first encryption key that has:
Finds the first encryption key that has:
- A keyID containing the given hex code
- A userID containing the given string
Attributes
Finds the first public key that has:
Finds the first public key that has:
- A keyID containing the given hex code
- A userID containing the given string
Attributes
Finds the first public key ring that has a public key that:
Finds the first public key ring that has a public key that:
- A keyID containing the given hex code
- A userID containing the given string
Attributes
Finds a public key using an exact id.
Finds a public key using an exact id.
Attributes
A collection of all the public keys from all the key rings.
A collection of all the public keys from all the key rings.
Attributes
Saves the current entity to an output stream.
Saves the current entity to an output stream.
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Verifies a signed message and extracts the contents.
Verifies a signed message and extracts the contents.
Value parameters
- input
-
The incoming PGP message.
- output
-
The decoded and verified message.
Attributes
Verifies a signature stream against an input stream.
Verifies a signature stream against an input stream.
Value parameters
- msg
-
The input stream containing the raw message to verify.
- msgName
-
the name tied in the signature for this object. For a file, this is the filename.
- signature
-
The input stream containing the PGP signature.
Attributes
Inherited methods
Saves the current entity to a file.
Saves the current entity into a string.
Reads in a PGP message from a file, verifies the signature and writes to the output file.
Reads in a PGP message from a file, verifies the signature and writes to the output file.
Attributes
- Inherited from:
- PublicKeyLike
Attributes
- Inherited from:
- PublicKeyLike
Reads in a PGP message and from a string, verifies the signature and returns the raw content.
Reads in a PGP message and from a string, verifies the signature and returns the raw content.
Attributes
- Inherited from:
- PublicKeyLike
Reads in a raw file, verifies the signature file is valid for this file.
Reads in a raw file, verifies the signature file is valid for this file.
Attributes
- Inherited from:
- PublicKeyLike
Verifies that a stream was signed correctly by another stream.
Verifies that a stream was signed correctly by another stream.
Attributes
- Throws
-
KeyNotFoundException
is signature contains an unknown public key.
- Inherited from:
- PublicKeyLike
Reads in a PGP message from a string, verifies the signature string is accurate for the message.
Reads in a PGP message from a string, verifies the signature string is accurate for the message.
Attributes
- Inherited from:
- PublicKeyLike