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 intcryptAlgointcryptModeinthashAlgointobjectTypebyte[]salt
-
Constructor Summary
Constructors Constructor Description CRYPT_OBJECT_INFO(int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt)
-