internal PbeTest( Pkcs5Test enclosingInstance, int id, BufferedBlockCipher cipher, byte[] sample, int keySize) { InitBlock(enclosingInstance); this.id = id; this.cipher = cipher; this.sample = sample; this.keySize = keySize; }
private void InitBlock( Pkcs5Test enclosingInstance) { this.enclosingInstance = enclosingInstance; }