Class RawRegisterResponse
- java.lang.Object
-
- io.jans.as.model.fido.u2f.message.RawRegisterResponse
-
public class RawRegisterResponse extends java.lang.Object
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
Constructors Constructor Description RawRegisterResponse(byte[] userPublicKey, byte[] keyHandle, java.security.cert.X509Certificate attestationCertificate, byte[] signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.cert.X509Certificate
getAttestationCertificate()
byte[]
getKeyHandle()
byte[]
getSignature()
byte[]
getUserPublicKey()
-