Searched refs:SignerFactory (Results 1 – 3 of 3) sorted by relevance
48 public class SignerFactory { class49 private static final Logger LOGGER = LogManager.getLogger(SignerFactory.class);138 …String jarPath = SignerFactory.class.getProtectionDomain().getCodeSource().getLocation().getFile(); in getClassLocation()160 ClassLoader parent = SignerFactory.class.getClassLoader(); in generateSignerClassLoader()
22 import com.ohos.hapsigntool.signer.SignerFactory;174 signer = new SignerFactory().getSigner(new LocalizationAdapter(options)); in getSigner()
24 import com.ohos.hapsigntool.signer.SignerFactory;89 ISigner signer = new SignerFactory().getSigner(adapter); in generateP7b()