|
IAIK CMS/SMIME Toolkit Demo API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdemo.cms.ecc.keystore.CMSEccKeyStore
public class CMSEccKeyStore
Keystore for the ECC demos of IAIK-CMS.
| Constructor Summary | |
|---|---|
CMSEccKeyStore()
|
|
| Method Summary | |
|---|---|
static iaik.x509.X509Certificate |
getCaCertificate()
Returns the demo CA certificate. |
static java.security.PrivateKey |
getCaPrivateKey()
Returns the private key of a CA certificate. |
static iaik.x509.X509Certificate[] |
getCertificateChain(int type,
int size)
Returns a demo user certificate. |
static java.security.PrivateKey |
getPrivateKey(int type,
int size)
Returns the private key of a CA certificate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ECDSA
public static final int ECDH
public static final int SZ_192_SIGN
public static final int SZ_224_SIGN
public static final int SZ_256_SIGN
public static final int SZ_384_SIGN
public static final int SZ_521_SIGN
public static final int SZ_ED25519
public static final int SZ_ED448
public static final int SZ_192_BRAINPOOL_SIGN
public static final int SZ_224_BRAINPOOL_SIGN
public static final int SZ_256_BRAINPOOL_SIGN
public static final int SZ_384_BRAINPOOL_SIGN
public static final int SZ_512_BRAINPOOL_SIGN
public static final int SZ_192_CRYPT_1
public static final int SZ_192_CRYPT_2
public static final int SZ_224_CRYPT_1
public static final int SZ_224_CRYPT_2
public static final int SZ_256_CRYPT_1
public static final int SZ_256_CRYPT_2
public static final int SZ_384_CRYPT_1
public static final int SZ_384_CRYPT_2
public static final int SZ_521_CRYPT_1
public static final int SZ_521_CRYPT_2
public static final int SZ_X25519
public static final int SZ_X448
public static final int SZ_192_BRAINPOOL_CRYPT_1
public static final int SZ_192_BRAINPOOL_CRYPT_2
public static final int SZ_224_BRAINPOOL_CRYPT_1
public static final int SZ_224_BRAINPOOL_CRYPT_2
public static final int SZ_256_BRAINPOOL_CRYPT_1
public static final int SZ_256_BRAINPOOL_CRYPT_2
public static final int SZ_384_BRAINPOOL_CRYPT_1
public static final int SZ_384_BRAINPOOL_CRYPT_2
public static final int SZ_512_BRAINPOOL_CRYPT_1
public static final int SZ_512_BRAINPOOL_CRYPT_2
| Constructor Detail |
|---|
public CMSEccKeyStore()
| Method Detail |
|---|
public static java.security.PrivateKey getPrivateKey(int type,
int size)
type - ECDSA or ECDHsize - the key size
public static iaik.x509.X509Certificate[] getCertificateChain(int type,
int size)
type - ECDSA or ECDHsize - the size of the corresponding key
public static java.security.PrivateKey getCaPrivateKey()
public static iaik.x509.X509Certificate getCaCertificate()
|
IAIK CMS/SMIME Toolkit Demo API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
v6.1 (c) 2002 IAIK, (c) 2003 - 2025 SIC |
|