Package de.gematik.bbriccs.smartcards
Interface Smartcard
- All Known Subinterfaces:
Egk,Hba,InstituteSmartcard,SmcB
public interface Smartcard
-
Method Summary
Modifier and TypeMethodDescriptiongetAutCertificate(CryptoSystem cryptoSystem) <E extends SmartcardExtension>
EgetExtensionAs(Class<E> extensionType) getIccsn()getType()
-
Method Details
-
getAutCertificate
SmartcardCertificate getAutCertificate() -
getAutCertificate
-
getAuthPrivateKey
PrivateKey getAuthPrivateKey() -
getAuthPublicKey
PublicKey getAuthPublicKey() -
getPrivateKeyBase64
String getPrivateKeyBase64() -
getAutOids
-
getIccsn
String getIccsn() -
getType
SmartcardType getType() -
getOwnerData
SmartcardOwnerData getOwnerData() -
getExtension
-
getExtensionAs
-