public interface UserSignature
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Return type of algorithm used for creating signature.
|
PublicKey |
getPublicKey()
Returns public key used for signing document
|
byte[] |
getSignature()
Return signature body
|
byte[] getSignature()
Signature.sign()String getAlgorithm()
PublicKey getPublicKey()
Copyright © 2019. All rights reserved.