public static class DigitalSignature.WithKey
extends DigitalSignature
A digital signature that identifies who the public key is owned by.
DigitalSignature.LegallyIdentifiable, DigitalSignature.WithKey
OpaqueBytes.Companion
Companion
Constructor and Description |
---|
WithKey(java.security.PublicKey by,
byte[] bits)
A digital signature that identifies who the public key is owned by.
|
Modifier and Type | Method and Description |
---|---|
java.security.PublicKey |
getBy() |
void |
verifyWithECDSA(byte[] content) |
void |
verifyWithECDSA(OpaqueBytes content) |
public WithKey(java.security.PublicKey by, byte[] bits)
A digital signature that identifies who the public key is owned by.
public void verifyWithECDSA(byte[] content)
public void verifyWithECDSA(OpaqueBytes content)
public java.security.PublicKey getBy()