Uses of Interface gnu.crypto.key.IKeyPairGenerator

Uses in package gnu.crypto.key.dss

Classes implementing gnu.crypto.key.IKeyPairGenerator

class
A key-pair generator for asymetric keys to use in conjunction with the DSS (Digital Signature Standard). References:
Digital Signature Standard (DSS), Federal Information Processing Standards Publication 186.

Uses in package gnu.crypto.key.srp6

Classes implementing gnu.crypto.key.IKeyPairGenerator

class
Reference:
  1. SRP Protocol Design
    Thomas J.

Uses in package gnu.crypto.jce.sig

Fields of type gnu.crypto.key.IKeyPairGenerator

IKeyPairGenerator
Our underlying keypair instance.

Uses in package gnu.crypto.key.dh

Classes implementing gnu.crypto.key.IKeyPairGenerator

class
An implementation of a Diffie-Hellman keypair generator.

Reference:

  1. Diffie-Hellman Key Agreement Method
    Eric Rescorla.

Uses in package gnu.crypto.key

Methods with return type gnu.crypto.key.IKeyPairGenerator

IKeyPairGenerator
Returns an instance of a keypair generator given its name.

Uses in package gnu.crypto.key.rsa

Classes implementing gnu.crypto.key.IKeyPairGenerator

class
A key-pair generator for asymetric keys to use in conjunction with the RSA scheme.

Reference:

  1. RSA-PSS Signature Scheme with Appendix, part B.

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