public class CredentialProxy extends Object implements be.fgov.ehealth.esig.jca.spi.SigningService
SigningService using a Credential.
Supports both RSA (PKCS#1 v1.5 with DigestInfo wrapping) and EC keys.| Constructor and Description |
|---|
CredentialProxy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm(String alias)
Returns the JCA key algorithm ("RSA" or "EC") for the credential's private key.
|
Set<String> |
getAliases() |
List<X509Certificate> |
getCertificateChain(String alias) |
byte[] |
sign(byte[] digestValue,
String digestAlgo,
String alias) |
public byte[] sign(byte[] digestValue,
String digestAlgo,
String alias)
throws SignatureException
sign in interface be.fgov.ehealth.esig.jca.spi.SigningServiceSignatureExceptionpublic Set<String> getAliases()
getAliases in interface be.fgov.ehealth.esig.jca.spi.SigningServicepublic List<X509Certificate> getCertificateChain(String alias)
getCertificateChain in interface be.fgov.ehealth.esig.jca.spi.SigningService
Connector Packaging OTMOBILITYIMPROVEMENT 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.