java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSECCParms
- All Implemented Interfaces:
TPMUPublicParms
-
Constructor Summary
ConstructorsConstructorDescriptionTPMSECCParms(@org.jetbrains.annotations.NotNull byte[] symmetric, @org.jetbrains.annotations.NotNull byte[] scheme, @NotNull TPMEccCurve curveId, @org.jetbrains.annotations.NotNull byte[] kdf) -
Method Summary
Modifier and TypeMethodDescriptionboolean@org.jetbrains.annotations.NotNull byte[]getBytes()@NotNull TPMEccCurve@org.jetbrains.annotations.NotNull byte[]getKdf()@org.jetbrains.annotations.NotNull byte[]@org.jetbrains.annotations.NotNull byte[]inthashCode()voidvalidate()
-
Constructor Details
-
TPMSECCParms
public TPMSECCParms(@NotNull @org.jetbrains.annotations.NotNull byte[] symmetric, @NotNull @org.jetbrains.annotations.NotNull byte[] scheme, @NotNull @NotNull TPMEccCurve curveId, @NotNull @org.jetbrains.annotations.NotNull byte[] kdf)
-
-
Method Details
-
getSymmetric
@NotNull public @org.jetbrains.annotations.NotNull byte[] getSymmetric() -
getScheme
@NotNull public @org.jetbrains.annotations.NotNull byte[] getScheme() -
getCurveId
-
getKdf
@NotNull public @org.jetbrains.annotations.NotNull byte[] getKdf() -
getBytes
@NotNull public @org.jetbrains.annotations.NotNull byte[] getBytes()- Specified by:
getBytesin interfaceTPMUPublicParms
-
validate
public void validate() -
equals
-
hashCode
public int hashCode()
-