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