Uses of Enum Class
de.gematik.test.tiger.common.pki.TigerPkiIdentityLoader.StoreType
Packages that use TigerPkiIdentityLoader.StoreType
-
Uses of TigerPkiIdentityLoader.StoreType in de.gematik.test.tiger.common.pki
Methods in de.gematik.test.tiger.common.pki that return TigerPkiIdentityLoader.StoreTypeModifier and TypeMethodDescriptionTigerPkiIdentityInformation.getOrGuessStoreType()TigerPkiIdentityInformation.getStoreType()Returns the enum constant of this class with the specified name.static TigerPkiIdentityLoader.StoreType[]TigerPkiIdentityLoader.StoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.test.tiger.common.pki that return types with arguments of type TigerPkiIdentityLoader.StoreTypeModifier and TypeMethodDescriptionTigerPkiIdentityLoader.guessStoreType(List<String> informationSplits) Methods in de.gematik.test.tiger.common.pki with parameters of type TigerPkiIdentityLoader.StoreTypeModifier and TypeMethodDescriptionvoidTigerPkiIdentityInformation.setStoreType(TigerPkiIdentityLoader.StoreType storeType) TigerPkiIdentityInformation.TigerPkiIdentityInformationBuilder.storeType(TigerPkiIdentityLoader.StoreType storeType) Constructors in de.gematik.test.tiger.common.pki with parameters of type TigerPkiIdentityLoader.StoreTypeModifierConstructorDescriptionTigerPkiIdentityInformation(List<String> filenames, String password, TigerPkiIdentityLoader.StoreType storeType, boolean useCompactFormat)