Package cryptlib

Class CRYPT_OBJECT_INFO


  • public class CRYPT_OBJECT_INFO
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CRYPT_OBJECT_INFO​(int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • objectType

        public int objectType
      • cryptAlgo

        public int cryptAlgo
      • cryptMode

        public int cryptMode
      • hashAlgo

        public int hashAlgo
      • salt

        public byte[] salt
    • Constructor Detail

      • CRYPT_OBJECT_INFO

        public CRYPT_OBJECT_INFO​(int newObjectType,
                                 int newCryptAlgo,
                                 int newCryptMode,
                                 int newHashAlgo,
                                 byte[] newSalt)