PrivateKey

A DSA private key that provides signature generation via signatureGenerator.

Types

Link copied to clipboard
sealed class Format : EncodingFormat

Encoding formats for DSA private keys.

Functions

Link copied to clipboard

Encodes this material into a ByteArray in the specified format.

Link copied to clipboard

Encodes this material into a ByteArray in the specified format.

Link copied to clipboard

Encodes this material into a ByteString in the specified format.

Link copied to clipboard

Encodes this material into a ByteString in the specified format.

Link copied to clipboard
open suspend fun getPublicKey(): DSA.PublicKey

Returns the associated public key.

Link copied to clipboard

Returns the associated public key.

Link copied to clipboard

Returns a SignatureGenerator that generates signatures using the specified digest and format. Pass null for digest when signing pre-hashed data.