public static final class FingerprintA.UserInfo
extends java.lang.Object
FingerprintA| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get number of bytes group of user information, whose length is 64 bytes
|
static FingerprintA.UserInfo |
newInstanceOf(byte[] userInfo)
Generate an instance object by specified information of parameter
|
static FingerprintA.UserInfo |
newInstanceWith(byte[] userInfo)
Generate an instance object by specified information of parameter
|
java.lang.String |
toString()
is only used for debuging, not offers compatibility after upgrading
|
public static final FingerprintA.UserInfo newInstanceOf(byte[] userInfo)
userInfo - length==64newInstanceOf(byte[]),
newInstanceWith(byte[]),
FingerprintApublic static final FingerprintA.UserInfo newInstanceWith(byte[] userInfo)
recordBytes -
length<=64,if the length is less than 64, the rest is automatically lacking in byte 0x00.newInstanceOf(byte[]),
FingerprintApublic byte[] getBytes()
FingerprintApublic java.lang.String toString()
toString in class java.lang.Object