Class OpenSSLKey

java.lang.Object
org.globus.gsi.OpenSSLKey
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BouncyCastleOpenSSLKey

public abstract class OpenSSLKey extends Object implements Serializable
Represents a OpenSSL-style PEM-formatted private key. It supports encryption and decryption of the key. Currently, only RSA keys are supported, and only TripleDES encryption is supported.

This is based on work done by Ming Yung at DSTC.

Since:
1.0
Version:
${version}
See Also: