Class EncryptionKeychain


  • public class EncryptionKeychain
    extends Object
    • Constructor Detail

      • EncryptionKeychain

        public EncryptionKeychain​(byte[] salt,
                                  String password,
                                  int keylen,
                                  int ivlen,
                                  int iterations,
                                  String algo)
      • EncryptionKeychain

        public EncryptionKeychain​(int saltLen,
                                  String password,
                                  int keylen,
                                  int ivlen,
                                  int iterations,
                                  String algo)
    • Method Detail

      • getSalt

        public byte[] getSalt()
      • getEncryptionKey

        public byte[] getEncryptionKey()
      • getHmacKey

        public byte[] getHmacKey()
      • getIv

        public byte[] getIv()