org.apache.abdera.security.util
Class EncryptionBase

java.lang.Object
  extended by org.apache.abdera.security.util.SecurityBase
      extended by org.apache.abdera.security.util.EncryptionBase
All Implemented Interfaces:
Encryption
Direct Known Subclasses:
XmlEncryption

public abstract class EncryptionBase
extends SecurityBase
implements Encryption


Field Summary
 
Fields inherited from class org.apache.abdera.security.util.SecurityBase
abdera
 
Constructor Summary
EncryptionBase(Abdera abdera)
           
 
Method Summary
 boolean isEncrypted(Document doc)
          Returns true if this specified document has been encrypted
 
Methods inherited from class org.apache.abdera.security.util.SecurityBase
domToFom, domToFom, fomToDom, fomToDom, getAbdera
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.security.Encryption
decrypt, encrypt, getDefaultEncryptionOptions
 

Constructor Detail

EncryptionBase

public EncryptionBase(Abdera abdera)
Method Detail

isEncrypted

public boolean isEncrypted(Document doc)
                    throws SecurityException
Description copied from interface: Encryption
Returns true if this specified document has been encrypted

Specified by:
isEncrypted in interface Encryption
Throws:
SecurityException


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.