java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSRSAParms
- All Implemented Interfaces:
TPMUPublicParms
-
Constructor Summary
ConstructorsConstructorDescriptionTPMSRSAParms(@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
-
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:
getBytesin interfaceTPMUPublicParms
-
equals
-
hashCode
public int hashCode()
-