Module com.webauthn4j.core
Class AndroidKeyAttestationStatement
java.lang.Object
com.webauthn4j.data.attestation.statement.AndroidKeyAttestationStatement
- All Implemented Interfaces:
AttestationStatement,CertificateBaseAttestationStatement
public class AndroidKeyAttestationStatement
extends Object
implements CertificateBaseAttestationStatement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAndroidKeyAttestationStatement(@NotNull COSEAlgorithmIdentifier alg, @org.jetbrains.annotations.NotNull byte[] sig, @NotNull AttestationCertificatePath x5c) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull COSEAlgorithmIdentifiergetAlg()@NotNull String@org.jetbrains.annotations.NotNull byte[]getSig()@NotNull AttestationCertificatePathgetX5c()inthashCode()toString()voidvalidate()Validates the instance per field basis.
-
Field Details
-
FORMAT
- See Also:
-
-
Constructor Details
-
AndroidKeyAttestationStatement
public AndroidKeyAttestationStatement(@NotNull @NotNull COSEAlgorithmIdentifier alg, @NotNull @org.jetbrains.annotations.NotNull byte[] sig, @NotNull @NotNull AttestationCertificatePath x5c)
-
-
Method Details
-
getAlg
-
getSig
@NotNull public @org.jetbrains.annotations.NotNull byte[] getSig() -
getX5c
- Specified by:
getX5cin interfaceCertificateBaseAttestationStatement
-
getFormat
- Specified by:
getFormatin interfaceAttestationStatement
-
validate
public void validate()Description copied from interface:AttestationStatementValidates the instance per field basis.- Specified by:
validatein interfaceAttestationStatement
-
equals
-
hashCode
public int hashCode() -
toString
-