public interface PCGetPublicKeyCallback
PCKeysProcessor.getPublicKey(PCUser, PCGetPublicKeyCallback)| Modifier and Type | Method and Description |
|---|---|
void |
error(PCAbstractError error)
Called when some error occurs
|
void |
success(byte[] publicKey)
Called when key pair is ready to be used
|
void success(byte[] publicKey)
publicKey - DER-encoded public key valuevoid error(PCAbstractError error)
error - An error of some type. PCRegularKeysProcessor
returns only errors of type PCNetError