Package org.webpki.sks
Class DeviceInfo
java.lang.Object
org.webpki.sks.DeviceInfo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
ConstructorDescriptionDeviceInfo
(short apiLevel, byte deviceType, String updateUrl, String vendorName, String vendorDescription, X509Certificate[] certificatePath, String[] supportedAlgorithms, int cryptoDataSize, int extensionDataSize, boolean devicePinSupport, boolean biometricSupport) -
Method Summary
Modifier and TypeMethodDescriptionshort
boolean
int
boolean
byte
int
-
Field Details
-
LOCATION_EXTERNAL
public static final byte LOCATION_EXTERNAL- See Also:
-
LOCATION_EMBEDDED
public static final byte LOCATION_EMBEDDED- See Also:
-
LOCATION_SOCKETED
public static final byte LOCATION_SOCKETED- See Also:
-
LOCATION_SIM
public static final byte LOCATION_SIM- See Also:
-
LOCATION_MASK
public static final byte LOCATION_MASK- See Also:
-
TYPE_SOFTWARE
public static final byte TYPE_SOFTWARE- See Also:
-
TYPE_HARDWARE
public static final byte TYPE_HARDWARE- See Also:
-
TYPE_HSM
public static final byte TYPE_HSM- See Also:
-
TYPE_CPU
public static final byte TYPE_CPU- See Also:
-
TYPE_MASK
public static final byte TYPE_MASK- See Also:
-
-
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
-
getVendorName
-
getVendorDescription
-
getCertificatePath
-
getSupportedAlgorithms
-
getCryptoDataSize
public int getCryptoDataSize() -
getExtensionDataSize
public int getExtensionDataSize() -
getDevicePinSupport
public boolean getDevicePinSupport() -
getBiometricSupport
public boolean getBiometricSupport()
-