FileDocCategorySizeDatePackage
PrivateKey.javaAPI DocphoneME MR2 API (J2ME)2390Wed May 02 18:00:38 BST 2007com.sun.satsa.pki

PrivateKey

public class PrivateKey extends Object
This class represents PKCS#15 private key.

Fields Summary
String
label
User friendly key label.
int
authId
Authentication object identifier.
byte[]
id
Key identifier.
boolean
authentication
Can this key be used for authentication purposes?
boolean
nonRepudiation
Can this key be used for non-repudiation purposes?
int
keyReference
Key reference attribute.
int
modulusLength
Modulus length attribute.
short[]
path
Path attribute.
Constructors Summary
Methods Summary