org.apache.abdera.security.util
Class EncryptionBase
java.lang.Object
org.apache.abdera.security.util.SecurityBase
org.apache.abdera.security.util.EncryptionBase
- All Implemented Interfaces:
- Encryption
- Direct Known Subclasses:
- XmlEncryption
public abstract class EncryptionBase
- extends SecurityBase
- implements Encryption
Method Summary |
boolean |
isEncrypted(Document doc)
Returns true if this specified document has been encrypted |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionBase
public EncryptionBase(Abdera abdera)
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.