Class RawRegisterResponse
java.lang.Object
io.jans.as.model.fido.u2f.message.RawRegisterResponse
The register response produced by the token/key, which is transformed by the
client into an RegisterResponse and sent to the server.
- Author:
- Yuriy Movchan Date: 05/14/2015
-
Constructor Summary
ConstructorsConstructorDescriptionRawRegisterResponse
(byte[] userPublicKey, byte[] keyHandle, X509Certificate attestationCertificate, byte[] signature) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
byte[]
-
Constructor Details
-
RawRegisterResponse
public RawRegisterResponse(byte[] userPublicKey, byte[] keyHandle, X509Certificate attestationCertificate, byte[] signature)
-
-
Method Details
-
getUserPublicKey
public byte[] getUserPublicKey() -
getKeyHandle
public byte[] getKeyHandle() -
getAttestationCertificate
-
getSignature
public byte[] getSignature()
-