PrivateKey
Bir arayüzdür.
RSAPrivateKey Sınıfı
Constructor
Şöyle yaparız.
Bir arayüzdür.
RSAPrivateKey Sınıfı
Constructor
Şöyle yaparız.
KeyFactory keyFactory = KeyFactory.getInstance("RSA", "BC");
RSAPrivateKeySpec privKeySpec = new RSAPrivateKeySpec(new BigInteger(
"12345678", 16), new BigInteger("12345678",
16));
RSAPrivateKey privKey = (RSAPrivateKey) keyFactory.generatePrivate(privKeySpec);
Hiç yorum yok:
Yorum Gönder