java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSECCParms
All Implemented Interfaces:
TPMUPublicParms

public class TPMSECCParms extends Object implements TPMUPublicParms
  • 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

      @NotNull public @NotNull TPMEccCurve getCurveId()
    • getKdf

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getKdf()
    • getBytes

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getBytes()
      Specified by:
      getBytes in interface TPMUPublicParms
    • validate

      public void validate()
    • equals

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object