8 Şubat 2017 Çarşamba

X509EncodedKeySpec Sınıfı

Giriş
Açıklaması şöyle. SubjectPublicKeyInfo ASN.1 yapısı Binary DER, PEM/Base 64 veya XML formatında olabilir.
X509EncodedKeySpec class is designed to convert between the SubjectPublicKeyInfo ASN.1 struct that is in the X.509 standard and Java public key formats.
PEM formatında ise şeklen şöyledir.
-----BEGIN PUBLIC KEY-----
xxxx
xxxx
xxxx
-----END PUBLIC KEY-----
constructor
Şöyle yaparız.
PublicKey key = ...
X509EncodedKeySpec X509publicKey = new X509EncodedKeySpec(key.getEncoded());


Hiç yorum yok:

Yorum Gönder