Uses of Interface gnu.crypto.key.IKeyPairCodec

Uses in package gnu.crypto.key.dss

Classes implementing gnu.crypto.key.IKeyPairCodec

class
An object that implements the IKeyPairCodec operations for the Raw format to use with DSS keypairs.

Uses in package gnu.crypto.key.srp6

Classes implementing gnu.crypto.key.IKeyPairCodec

class
An object that implements the IKeyPairCodec operations for the Raw format to use with SRP keypairs.

Reference:

  1. SRP Protocol Design
    Thomas J.

Uses in package gnu.crypto.key.dh

Classes implementing gnu.crypto.key.IKeyPairCodec

class
An object that implements the IKeyPairCodec operations for the Raw format to use with Diffie-Hellman keypairs.

Uses in package gnu.crypto.key

Methods with return type gnu.crypto.key.IKeyPairCodec

IKeyPairCodec
Returns an instance of a keypair codec given a key.
IKeyPairCodec
Returns an instance of a keypair codec given its name.
IKeyPairCodec
Returns an instance of a keypair codec given a byte array that is assumed to contain a previously encoded key (public or private).

Uses in package gnu.crypto.key.rsa

Classes implementing gnu.crypto.key.IKeyPairCodec

class
An object that implements the IKeyPairCodec interface for the Raw format to use with RSA keypairs.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.