Package de.gematik.bbriccs.smartcards
Interface SmartcardCertificate
public interface SmartcardCertificate
-
Method Summary
-
Method Details
-
getX509Certificate
X509Certificate getX509Certificate() -
getX509CertificateHolder
org.bouncycastle.cert.X509CertificateHolder getX509CertificateHolder() -
getOid
Oid getOid() -
getCertificateStream
Supplier<InputStream> getCertificateStream() -
getP12KeyStorePassword
char[] getP12KeyStorePassword() -
getP12KeyStoreProtection
KeyStore.PasswordProtection getP12KeyStoreProtection() -
getCertWrapper
X509CertificateWrapper getCertWrapper() -
getPrivateKey
PrivateKey getPrivateKey() -
getCryptoSystem
CryptoSystem getCryptoSystem()
-