For the latest news and information visit The GNU Crypto project | ||
Frames | No Frames |
Classes implementing gnu.crypto.key.IKeyPairCodec | |
class | An object that implements the IKeyPairCodec operations for the
Raw format to use with DSS keypairs.
|
Methods with return type gnu.crypto.key.IKeyPairCodec | |
IKeyPairCodec | KeyPairCodecFactory.getInstance(Key key) Returns an instance of a keypair codec given a key.
|
IKeyPairCodec | KeyPairCodecFactory.getInstance(String name) Returns an instance of a keypair codec given its name.
|
IKeyPairCodec | KeyPairCodecFactory.getInstance(byte[] buffer) Returns an instance of a keypair codec given a byte array that is
assumed to contain a previously encoded key (public or private).
|
Classes implementing gnu.crypto.key.IKeyPairCodec | |
class | An object that implements the IKeyPairCodec operations for the
Raw format to use with Diffie-Hellman keypairs.
|
Classes implementing gnu.crypto.key.IKeyPairCodec | |
class | An object that implements the IKeyPairCodec operations for the
Raw format to use with SRP keypairs.
Reference:
|
Classes implementing gnu.crypto.key.IKeyPairCodec | |
class | An object that implements the IKeyPairCodec interface for the
Raw format to use with RSA keypairs.
|