public interface PublicKeyIdentity
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
getPublicKey() |
byte[] |
sign(SessionContext session,
byte[] data)
Proves the public key identity by signing the given data
|
byte[] sign(SessionContext session, byte[] data) throws Exception
session - The SessionContext for calling this method - may be null if not called within a
session contextdata - Data to signException - If failed to sign the dataCopyright © 2018–2020 The Apache Software Foundation. All rights reserved.