org.apache.poi.poifs.crypt
Class EncryptionVerifier

java.lang.Object
  extended by org.apache.poi.poifs.crypt.EncryptionVerifier

public class EncryptionVerifier
extends java.lang.Object

Author:
Maxim Valyanskiy

Constructor Summary
EncryptionVerifier(DocumentInputStream is, int encryptedLength)
           
 
Method Summary
 byte[] getSalt()
           
 byte[] getVerifier()
           
 byte[] getVerifierHash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionVerifier

public EncryptionVerifier(DocumentInputStream is,
                          int encryptedLength)
Method Detail

getSalt

public byte[] getSalt()

getVerifier

public byte[] getVerifier()

getVerifierHash

public byte[] getVerifierHash()


Copyright 2010 The Apache Software Foundation or its licensors, as applicable.