An Android application which finds a certificate and a private key inside a PKCS12 container and puts it in a QR code. Needed for Digital Inkan application or for backuping X509 certificates..
PrintableRSACertificate is hosted in the following web site
https://github.com/cveto/PrintableRSACertificate
If you think the Android project PrintableRSACertificate listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of PrintableRSACertificate.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 2 |
jar files used | zxing_core-3.1.0.jar |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_INTERNAL_STORAGE |
Asset File Names | assets\fonts\RockFont.ttf assets\fonts\URANIA_CZECH.ttf assets\fonts\UraniaCzeckLicense.txt |
PrintableRSACertificate has the following Java source files.
csbslovenia.com.printablersacertificate.AESCrypto.java csbslovenia.com.printablersacertificate.ApplicationTest.java csbslovenia.com.printablersacertificate.BitmapCreator.java csbslovenia.com.printablersacertificate.CertificateExtractor.java csbslovenia.com.printablersacertificate.Main.java csbslovenia.com.printablersacertificate.displayBitmap.java