|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributedSignerProxy
Interface that must be implemented for a DistributedSigner
Method Summary | |
---|---|
Set<String> |
getAliases()
Method for obtaining all the aliases that are supported by the distributed keystore. |
List<X509Certificate> |
getCertificateChain(String alias)
Method for obtaining the certificate chain based on the distriubted keystore and the alias. |
byte[] |
sign(byte[] digestValue,
String digestAlgo,
String alias)
Method used for signing a already calculated digest. |
Method Detail |
---|
byte[] sign(byte[] digestValue, String digestAlgo, String alias) throws SignatureException
SignatureException
Set<String> getAliases()
List<X509Certificate> getCertificateChain(String alias)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |