Bu sayfanın seçili sürümü ile mevcut sürümü arasındaki farkları gösterir.
en:esya:smartcard:sertifika-okuma [2013/09/12 06:54] Dindar Öz |
en:esya:smartcard:sertifika-okuma [2013/09/12 06:55] (mevcut) Dindar Öz |
||
---|---|---|---|
Satır 2: | Satır 2: | ||
To read certificates from a smartcard the methods ''getSignatureCertificates()'' or ''getEncryptionCertificates()'' of ''SmartCard'' can be used. For signature creation ''getSignatureCertificates()'' and for encryption ''getEncryptionCertificates()'' must be used. | To read certificates from a smartcard the methods ''getSignatureCertificates()'' or ''getEncryptionCertificates()'' of ''SmartCard'' can be used. For signature creation ''getSignatureCertificates()'' and for encryption ''getEncryptionCertificates()'' must be used. | ||
- | These methods returns certificates in binary encoded format. If you are using (ma3api-asn-....jar / ma3api-asn.dll) then you can use 'ECertificate'' to convert this binary value to a meaningful certificate object. | + | These methods returns certificates in binary encoded format. If you are using (ma3api-asn-....jar / ma3api-asn.dll) then you can use ''ECertificate'' to convert this binary value to a meaningful certificate object. |
The signing certificate must be a qualified certificate in order for the signature to have legal validity. | The signing certificate must be a qualified certificate in order for the signature to have legal validity. |