Package com.dstc.security.keymanage

This package defines private key protection classes.

See:
          Description

Class Summary
PKCS8EncryptedPrivateKey This class encrypts/decrypts a PrivateKey to/from PKCS#8 format.
SSLeayEncryptedPrivateKey This class encrypts/decrypts a PrivateKey to/from the the proprietary encryption format used in SSLeay.
 

Exception Summary
PKCS8Exception A class for general PKCS8 exceptions.
SSLeayException A class for general SSLeay exceptions.
 

Package com.dstc.security.keymanage Description

This package defines private key protection classes.

It provides support for the PKCS#8 standard and for the proprietary format used in SSLeay (and OpenSSL).