os/security/cryptoservices/filebasedcertificateandkeystores/test/tkeystore/data/readme.txt
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
\keys directory contains the keys generated by OpenSSL
sl@0
     2
.txt files contain PKCS8 key data generated by OpenSSL
sl@0
     3
.001 files are the decoded version of that data
sl@0
     4
sl@0
     5
file descriptions:
sl@0
     6
sl@0
     7
pkcs8rsa.001 - pkcs8rsa2.001 are decoded PKCS8 representations of 512 bit RSA keys
sl@0
     8
pkcs8rsa3.001 is a decoded PKCS8 representation of a 1024 bit RSA key
sl@0
     9
pkcs8rsa4.001 is a decoded PKCS8 representation of a 2048 bit RSA key
sl@0
    10
pkcs8invalidrsa.001 is a decoded PKCS8 representation of a 2049 bit RSA key (too big!)
sl@0
    11
sl@0
    12
pkcs8dsa.001 - pkcs8dsa2.001 are decoded PKCS8 representations of 512 bit DSA keys
sl@0
    13
pkcs8dsa3.001 is a decoded PKCS8 representation of a 1024 bit DSA key
sl@0
    14
pkcs8dsa4.001 is a decoded PKCS8 representation of a 2048 bit DSA key
sl@0
    15
pkcs8invaliddsa.001 is a decoded PKCS8 representation of a 2049 bit DSA key (too big!)