Package cryptlib
Class CRYPT_OBJECT_INFO
java.lang.Object
cryptlib.CRYPT_OBJECT_INFO
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
int
byte[]
-
Constructor Summary
ConstructorsConstructorDescriptionCRYPT_OBJECT_INFO
(int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt) -
Method Summary
-
Field Details
-
objectType
public int objectType -
cryptAlgo
public int cryptAlgo -
cryptMode
public int cryptMode -
hashAlgo
public int hashAlgo -
salt
public byte[] salt
-
-
Constructor Details
-
CRYPT_OBJECT_INFO
public CRYPT_OBJECT_INFO(int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt)
-