Package cryptlib

Class CRYPT_OBJECT_INFO

java.lang.Object
cryptlib.CRYPT_OBJECT_INFO

public class CRYPT_OBJECT_INFO extends Object
  • 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)