Class 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 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()