java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSAttest
-
Constructor Summary
ConstructorsConstructorDescriptionTPMSAttest(@NotNull TPMGenerated magic, @NotNull TPMISTAttest type, @org.jetbrains.annotations.NotNull byte[] qualifiedSigner, @org.jetbrains.annotations.NotNull byte[] extraData, @NotNull TPMSClockInfo clockInfo, @NotNull BigInteger firmwareVersion, @NotNull TPMUAttest attested) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull TPMUAttest@org.jetbrains.annotations.NotNull byte[]getBytes()@NotNull TPMSClockInfo@org.jetbrains.annotations.NotNull byte[]@NotNull BigInteger@NotNull TPMGeneratedgetMagic()@org.jetbrains.annotations.NotNull byte[]@NotNull TPMISTAttestgetType()inthashCode()
-
Constructor Details
-
TPMSAttest
public TPMSAttest(@NotNull @NotNull TPMGenerated magic, @NotNull @NotNull TPMISTAttest type, @NotNull @org.jetbrains.annotations.NotNull byte[] qualifiedSigner, @NotNull @org.jetbrains.annotations.NotNull byte[] extraData, @NotNull @NotNull TPMSClockInfo clockInfo, @NotNull @NotNull BigInteger firmwareVersion, @NotNull @NotNull TPMUAttest attested)
-
-
Method Details
-
getMagic
-
getType
-
getQualifiedSigner
@NotNull public @org.jetbrains.annotations.NotNull byte[] getQualifiedSigner() -
getExtraData
@NotNull public @org.jetbrains.annotations.NotNull byte[] getExtraData() -
getClockInfo
-
getFirmwareVersion
-
getAttested
-
getBytes
@NotNull public @org.jetbrains.annotations.NotNull byte[] getBytes() -
equals
-
hashCode
public int hashCode()
-