|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityOptions | |
---|---|
org.apache.abdera.security | |
org.apache.abdera.security.util | |
org.apache.abdera.security.xmlsec |
Uses of SecurityOptions in org.apache.abdera.security |
---|
Subinterfaces of SecurityOptions in org.apache.abdera.security | |
---|---|
interface |
EncryptionOptions
Provides access to the information necessary to encrypt or decrypt a document |
interface |
SignatureOptions
Provides access to the information necessary to signed an Abdera element |
Methods in org.apache.abdera.security with type parameters of type SecurityOptions | ||
---|---|---|
|
SecurityOptions.setParser(Parser parser)
|
Uses of SecurityOptions in org.apache.abdera.security.util |
---|
Methods in org.apache.abdera.security.util with parameters of type SecurityOptions | |
---|---|
protected Document |
SecurityBase.domToFom(Document dom,
SecurityOptions options)
|
protected Element |
SecurityBase.domToFom(Element element,
SecurityOptions options)
|
protected Document |
SecurityBase.fomToDom(Document doc,
SecurityOptions options)
|
protected Element |
SecurityBase.fomToDom(Element element,
SecurityOptions options)
|
Uses of SecurityOptions in org.apache.abdera.security.xmlsec |
---|
Classes in org.apache.abdera.security.xmlsec that implement SecurityOptions | |
---|---|
class |
XmlEncryptionOptions
|
class |
XmlSecurityOptions
|
class |
XmlSignatureOptions
|
Methods in org.apache.abdera.security.xmlsec with type parameters of type SecurityOptions | ||
---|---|---|
|
XmlSecurityOptions.setParser(Parser parser)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |