public interface DistributedSignerProxy extends Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
byte[] sign(byte[] digestValue, String digestAlgo, String alias) throws SignatureException
SignatureException
Set<String> getAliases()
List<X509Certificate> getCertificateChain(String alias)
String getAlgorithm(String alias)
alias
-
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.