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