org.apache.abdera.security.util
Class SignatureBase
java.lang.Object
org.apache.abdera.security.util.SecurityBase
org.apache.abdera.security.util.SignatureBase
- All Implemented Interfaces:
- Signature
- Direct Known Subclasses:
- XmlSignature
public abstract class SignatureBase
- extends SecurityBase
- implements Signature
Method Summary |
|
isSigned(T entry)
Return true if the element has been digitally signed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureBase
protected SignatureBase(Abdera abdera)
isSigned
public <T extends Element> boolean isSigned(T entry)
throws SecurityException
- Description copied from interface:
Signature
- Return true if the element has been digitally signed
- Specified by:
isSigned
in interface Signature
- Throws:
SecurityException
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.