Package eu.europa.esig.dss.token
Interface DSSPrivateKeyEntry
- All Known Subinterfaces:
DSSPrivateKeyAccessEntry
- All Known Implementing Classes:
KSPrivateKeyEntry
public interface DSSPrivateKeyEntry
Interface for a PrivateKey.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the signing certificateRetrieve the certificate chain linkedGet the EncryptionAlgorithm corresponding to the PrivateKey
-
Method Details
-
getCertificate
-
getCertificateChain
CertificateToken[] getCertificateChain()Retrieve the certificate chain linked- Returns:
- the chain of certificates
-
getEncryptionAlgorithm
EncryptionAlgorithm getEncryptionAlgorithm()Get the EncryptionAlgorithm corresponding to the PrivateKey- Returns:
- the EncryptionAlgorithm (RSA, ECDSA,...)
-