A SecretKey that can be used to sign things and decrypt messages.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Decrypts a given input stream into the output stream. Note: This ignores fileNames if they are part of the decrypted message.
Decrypts a given input stream into the output stream. Note: This ignores fileNames if they are part of the decrypted message.
Attributes
Decrypts a file, attempting to write to the filename specified in the message.
Decrypts a file, attempting to write to the filename specified in the message.
Attributes
Decrypts a given string message using this secret key.
Decrypts a given string message using this secret key.
Attributes
Attributes
- Returns
-
True if this key is the master of a key ring.
Attributes
- Returns
-
True if this key can make signatures.
Returns the public key associated with this key.
Returns the public key associated with this key.
Attributes
Creates a signature for a file and writes it to the signatureFile.
Creates a signature for a file and writes it to the signatureFile.
Attributes
Signs an input stream of bytes and writes it to the output stream.
Signs an input stream of bytes and writes it to the output stream.
Attributes
Encodes and signs a message into a PGP message.
Encodes and signs a message into a PGP message.
Attributes
Returns a PGP compressed and signed copy of the input string.
Returns a PGP compressed and signed copy of the input string.
Attributes
Takes a public key and signs it, returning the new public key.
Takes a public key and signs it, returning the new public key.
Attributes
Creates a signature for the data in the input stream on the output stream. Note: This will close all streams.
Creates a signature for the data in the input stream on the output stream. Note: This will close all streams.
Attributes
Creates a signature for the input string.
Creates a signature for the input string.