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 Details

    • RawRegisterResponse

      public RawRegisterResponse(byte[] userPublicKey, byte[] keyHandle, X509Certificate attestationCertificate, byte[] signature)
  • Method Details

    • getUserPublicKey

      public byte[] getUserPublicKey()
    • getKeyHandle

      public byte[] getKeyHandle()
    • getAttestationCertificate

      public X509Certificate getAttestationCertificate()
    • getSignature

      public byte[] getSignature()