PublicKey
A DSA public key that provides signature verification via signatureVerifier.
Functions
Link copied to clipboard
Link copied to clipboard
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
abstract fun signatureVerifier(digest: CryptographyAlgorithmId<Digest>?, format: DSA.SignatureFormat): SignatureVerifier
Returns a SignatureVerifier that verifies signatures using the specified digest and format. Pass null for digest when verifying pre-hashed data.