com.crionics.jpdf.encryption
Class PasswordCredentials

java.lang.Object
  extended by com.crionics.jpdf.encryption.PasswordCredentials
All Implemented Interfaces:
ICredentials

public final class PasswordCredentials
extends java.lang.Object
implements ICredentials

Class used to open a document protected with a password_security.


Constructor Summary
PasswordCredentials(java.lang.String password)
           
 
Method Summary
 java.lang.Object getCredentials()
          Internal use: return an internal representation of the credential
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordCredentials

public PasswordCredentials(java.lang.String password)
                    throws PdfException
Throws:
PdfException
Method Detail

getCredentials

public java.lang.Object getCredentials()
Description copied from interface: ICredentials
Internal use: return an internal representation of the credential

Specified by:
getCredentials in interface ICredentials
Returns:
an internal representation of the credential


Copyright © 1999-2007 Crionics. All Rights Reserved.