public class AAResult extends Object
Constructor and Description |
---|
AAResult(PublicKey publicKey,
String digestAlgorithm,
String signatureAlgorithm,
byte[] challenge,
byte[] response) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getChallenge() |
String |
getDigestAlgorithm() |
PublicKey |
getPublicKey() |
byte[] |
getResponse() |
String |
getSignatureAlgorithm() |
Copyright © 2016. All rights reserved.