Package io.jans.fido2.service.sg
Class RawRegistrationService
java.lang.Object
io.jans.fido2.service.sg.RawRegistrationService
Provides operations with U2F RAW registration response
- Author:
- Yuriy Movchan Date: 05/20/2015
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseDer(InputStream is) io.jans.as.model.fido.u2f.message.RawRegisterResponseparseRawRegisterResponse(String rawDataBase64)
-
Field Details
-
REGISTRATION_RESERVED_BYTE_VALUE
public static final byte REGISTRATION_RESERVED_BYTE_VALUE- See Also:
-
REGISTRATION_SIGNED_RESERVED_BYTE_VALUE
public static final byte REGISTRATION_SIGNED_RESERVED_BYTE_VALUE- See Also:
-
INITIAL_DEVICE_COUNTER_VALUE
public static final long INITIAL_DEVICE_COUNTER_VALUE- See Also:
-
REGISTER_FINISH_TYPE
- See Also:
-
REGISTER_CANCEL_TYPE
- See Also:
-
SUPPORTED_REGISTER_TYPES
-
-
Constructor Details
-
RawRegistrationService
public RawRegistrationService()
-
-
Method Details
-
parseRawRegisterResponse
public io.jans.as.model.fido.u2f.message.RawRegisterResponse parseRawRegisterResponse(String rawDataBase64) throws io.jans.as.model.fido.u2f.exception.BadInputException - Throws:
io.jans.as.model.fido.u2f.exception.BadInputException
-
parseDer
public X509Certificate parseDer(InputStream is) throws CertificateException, NoSuchProviderException
-