Uses of Class
de.gematik.bbriccs.smartcards.cfg.SmartcardConfigDto
Packages that use SmartcardConfigDto
-
Uses of SmartcardConfigDto in de.gematik.bbriccs.smartcards
Methods in de.gematik.bbriccs.smartcards that return types with arguments of type SmartcardConfigDtoModifier and TypeMethodDescriptionSmartcardArchive.getConfigs()Get all Smartcard configurations known to thisSmartcardArchivefrom the smartcards index file.SmartcardArchive.getConfigsFor(SmartcardType type) Get all Smartcard configurations known to thisSmartcardArchivefor a specificSmartcardType.Methods in de.gematik.bbriccs.smartcards with parameters of type SmartcardConfigDtoConstructors in de.gematik.bbriccs.smartcards with parameters of type SmartcardConfigDtoModifierConstructorDescriptionEgkP12(SmartcardConfigDto config, List<SmartcardCertificate> certificates) HbaP12(SmartcardConfigDto config, List<SmartcardCertificate> certificates) protectedInstituteSmartcardP12(SmartcardType type, SmartcardConfigDto config, List<SmartcardCertificate> certificates) protectedSmartcardP12(SmartcardType type, SmartcardConfigDto config, List<SmartcardCertificate> certificates) SmcBP12(SmartcardConfigDto config, List<SmartcardCertificate> certificates)