org.apache.abdera.security
Interface Signature
public interface Signature
INSTANCE
static final Signature INSTANCE
isSigned
boolean isSigned(Entry entry)
throws SecurityException
- Throws:
SecurityException
isSigned
boolean isSigned(Feed feed)
throws SecurityException
- Throws:
SecurityException
sign
Entry sign(Entry entry,
SignatureOptions options)
throws SecurityException
- Throws:
SecurityException
sign
Feed sign(Feed feed,
SignatureOptions options)
throws SecurityException
- Throws:
SecurityException
verify
boolean verify(Entry entry,
SignatureOptions options)
throws SecurityException
- Throws:
SecurityException
verify
boolean verify(Feed feed,
SignatureOptions options)
throws SecurityException
- Throws:
SecurityException
getDefaultSignatureOptions
SignatureOptions getDefaultSignatureOptions()
throws SecurityException
- Throws:
SecurityException