public static final class StUhf.KillPassword extends StUhf.Password
StUhf.Password.Type
Modifier and Type | Method and Description |
---|---|
static StUhf.KillPassword |
getNewInstance(byte[] bytes)
Generate an inactivated password object
|
static StUhf.KillPassword |
getNewInstance(byte b0,
byte b1,
byte b2,
byte b3)
Generate an inactivated key object
|
StUhf.Password.Type |
getType()
get pasword type
|
getBytes
public static StUhf.KillPassword getNewInstance(byte[] bytes)
bytes
-
Array storage key, must be four bytes long java.lang.NullPointerException
-
If bytes empty java.lang.IllegalArgumentException
-
If bytes length is not 4public static StUhf.KillPassword getNewInstance(byte b0, byte b1, byte b2, byte b3)
b0
-
The zero byte keyb1
-
The first byte keyb2
-
The second byte keyb3
-
The third byte keypublic StUhf.Password.Type getType()
StUhf.Password
getType
in class StUhf.Password