org.apache.abdera.security.util
Class SignatureBase

java.lang.Object
  extended by org.apache.abdera.security.util.SecurityBase
      extended by org.apache.abdera.security.util.SignatureBase
All Implemented Interfaces:
Signature
Direct Known Subclasses:
XmlSignature

public abstract class SignatureBase
extends SecurityBase
implements Signature


Field Summary
 
Fields inherited from class org.apache.abdera.security.util.SecurityBase
abdera
 
Constructor Summary
protected SignatureBase(Abdera abdera)
           
 
Method Summary
<T extends Element>
boolean
isSigned(T entry)
          Return true if the element has been digitally signed
 
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.Signature
getDefaultSignatureOptions, getSignatureKeyInfo, getValidSignatureCertificates, removeInvalidSignatures, sign, verify
 

Constructor Detail

SignatureBase

protected SignatureBase(Abdera abdera)
Method Detail

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.