Package cryptlib
Klasse CRYPT_OBJECT_INFO
java.lang.Object
cryptlib.CRYPT_OBJECT_INFO
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungint
int
int
int
byte[]
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCRYPT_OBJECT_INFO
(int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt) -
Methodenübersicht
-
Felddetails
-
objectType
public int objectType -
cryptAlgo
public int cryptAlgo -
cryptMode
public int cryptMode -
hashAlgo
public int hashAlgo -
salt
public byte[] salt
-
-
Konstruktordetails
-
CRYPT_OBJECT_INFO
public CRYPT_OBJECT_INFO(int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt)
-