Class DeviceInfo

java.lang.Object
org.webpki.sks.DeviceInfo

public class DeviceInfo extends Object
  • Field Details

  • Constructor Details

    • DeviceInfo

      public DeviceInfo(short apiLevel, byte deviceType, String updateUrl, String vendorName, String vendorDescription, X509Certificate[] certificatePath, String[] supportedAlgorithms, int cryptoDataSize, int extensionDataSize, boolean devicePinSupport, boolean biometricSupport)
  • Method Details

    • getApiLevel

      public short getApiLevel()
    • getDeviceType

      public byte getDeviceType()
    • getUpdateUrl

      public String getUpdateUrl()
    • getVendorName

      public String getVendorName()
    • getVendorDescription

      public String getVendorDescription()
    • getCertificatePath

      public X509Certificate[] getCertificatePath()
    • getSupportedAlgorithms

      public LinkedHashSet<String> getSupportedAlgorithms()
    • getCryptoDataSize

      public int getCryptoDataSize()
    • getExtensionDataSize

      public int getExtensionDataSize()
    • getDevicePinSupport

      public boolean getDevicePinSupport()
    • getBiometricSupport

      public boolean getBiometricSupport()