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

public class TPMSRSAParms extends Object implements TPMUPublicParms
  • Constructor Summary

    Constructors
    Constructor
    Description
    TPMSRSAParms(@org.jetbrains.annotations.NotNull byte[] symmetric, @org.jetbrains.annotations.NotNull byte[] scheme, @org.jetbrains.annotations.NotNull byte[] keyBits, @org.jetbrains.annotations.NotNull byte[] exponent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(@Nullable Object o)
     
    @org.jetbrains.annotations.NotNull byte[]
     
    @org.jetbrains.annotations.NotNull byte[]
     
    @org.jetbrains.annotations.NotNull byte[]
     
    @org.jetbrains.annotations.NotNull byte[]
     
    @org.jetbrains.annotations.NotNull byte[]
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TPMSRSAParms

      public TPMSRSAParms(@NotNull @org.jetbrains.annotations.NotNull byte[] symmetric, @NotNull @org.jetbrains.annotations.NotNull byte[] scheme, @NotNull @org.jetbrains.annotations.NotNull byte[] keyBits, @NotNull @org.jetbrains.annotations.NotNull byte[] exponent)
  • Method Details

    • getSymmetric

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getSymmetric()
    • getScheme

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getScheme()
    • getKeyBits

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getKeyBits()
    • getExponent

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object