Package cryptlib
Class CRYPT_OBJECT_INFO
- java.lang.Object
-
- cryptlib.CRYPT_OBJECT_INFO
-
public class CRYPT_OBJECT_INFO extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
cryptAlgo
int
cryptMode
int
hashAlgo
int
objectType
byte[]
salt
-
Constructor Summary
Constructors Constructor Description CRYPT_OBJECT_INFO(int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt)
-