org.apache.abdera.security
Interface SecurityOptions

All Known Subinterfaces:
EncryptionOptions, SignatureOptions
All Known Implementing Classes:
XmlEncryptionOptions, XmlSecurityOptions, XmlSignatureOptions

public interface SecurityOptions

Base interface for EncryptionOptions and SignatureOptions


Method Summary
 Parser getParser()
           
 void setParser(Parser parser)
           
 

Method Detail

getParser

Parser getParser()

setParser

void setParser(Parser parser)