| |
|
| java.lang.Object com.sun.satsa.pki.PrivateKey
PrivateKey | class PrivateKey (Code) | | This class represents PKCS#15 private key.
|
authId | int authId(Code) | | Authentication object identifier.
|
authentication | boolean authentication(Code) | | Can this key be used for authentication purposes?
|
id | byte[] id(Code) | | Key identifier.
|
keyReference | int keyReference(Code) | | Key reference attribute.
|
modulusLength | int modulusLength(Code) | | Modulus length attribute.
|
nonRepudiation | boolean nonRepudiation(Code) | | Can this key be used for non-repudiation purposes?
|
path | short[] path(Code) | | Path attribute.
|
|
|
|