|
||||||||||
| 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 | |
|---|---|
String |
getAlgorithm(String alias)
Returns the standard algorithm name for this key. |
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
SignatureExceptionSet<String> getAliases()
List<X509Certificate> getCertificateChain(String alias)
String getAlgorithm(String alias)
alias -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||