Module com.webauthn4j.core
Class PackedAttestationStatement
java.lang.Object
com.webauthn4j.data.attestation.statement.PackedAttestationStatement
- All Implemented Interfaces:
AttestationStatement,CertificateBaseAttestationStatement
public class PackedAttestationStatement
extends Object
implements CertificateBaseAttestationStatement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPackedAttestationStatement(@NotNull COSEAlgorithmIdentifier alg, @org.jetbrains.annotations.NotNull byte[] sig, @Nullable AttestationCertificatePath x5c) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull COSEAlgorithmIdentifiergetAlg()@NotNull String@org.jetbrains.annotations.NotNull byte[]getSig()@Nullable AttestationCertificatePathgetX5c()inthashCode()toString()voidvalidate()Validates the instance per field basis.
-
Field Details
-
FORMAT
- See Also:
-
-
Constructor Details
-
PackedAttestationStatement
public PackedAttestationStatement(@NotNull @NotNull COSEAlgorithmIdentifier alg, @NotNull @org.jetbrains.annotations.NotNull byte[] sig, @Nullable @Nullable 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
-