Uses of Class
de.gematik.test.tiger.common.data.config.PkiType
-
Packages that use PkiType Package Description de.gematik.test.tiger.common.data.config -
-
Uses of PkiType in de.gematik.test.tiger.common.data.config
Methods in de.gematik.test.tiger.common.data.config that return PkiType Modifier and Type Method Description PkiTypeCfgKey. getType()static PkiTypePkiType. valueOf(String name)Returns the enum constant of this type with the specified name.static PkiType[]PkiType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.test.tiger.common.data.config with parameters of type PkiType Modifier and Type Method Description voidCfgKey. setType(PkiType type)CfgKey.CfgKeyBuilderCfgKey.CfgKeyBuilder. type(PkiType type)Constructors in de.gematik.test.tiger.common.data.config with parameters of type PkiType Constructor Description CfgKey(String id, String pem, PkiType type)
-