|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SignatureOptions
Provides access to the information necessary to signed an Abdera element
Method Summary | |
---|---|
void |
addReference(java.lang.String href)
|
java.security.cert.X509Certificate |
getCertificate()
Return the X.509 cert to associated with the signature |
java.lang.String[] |
getReferences()
|
java.lang.String |
getSigningAlgorithm()
|
java.security.PrivateKey |
getSigningKey()
Return the private key with which to sign the element |
void |
setCertificate(java.security.cert.X509Certificate cert)
Set the X.509 cert to associate with the signature |
void |
setSigningAlgorithm(java.lang.String algorithm)
|
void |
setSigningKey(java.security.PrivateKey privateKey)
Set the private key with which to sign the element |
Methods inherited from interface org.apache.abdera.security.SecurityOptions |
---|
getParser, setParser |
Method Detail |
---|
java.lang.String getSigningAlgorithm()
void setSigningAlgorithm(java.lang.String algorithm)
java.security.PrivateKey getSigningKey()
void setSigningKey(java.security.PrivateKey privateKey)
java.security.cert.X509Certificate getCertificate()
void setCertificate(java.security.cert.X509Certificate cert)
void addReference(java.lang.String href)
java.lang.String[] getReferences()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |