ZetaGrid v1.9

zeta.crypto
Class DefaultKey

java.lang.Object
  |
  +--zeta.crypto.DefaultKey
All Implemented Interfaces:
Key

public class DefaultKey
extends java.lang.Object
implements Key


Field Summary
private  java.math.BigInteger A
           
private  java.math.BigInteger g
           
private  java.math.BigInteger p
           
 
Constructor Summary
DefaultKey()
           
 
Method Summary
 java.math.BigInteger getBase()
           
 java.math.BigInteger getGenerator()
           
 java.math.BigInteger getModulo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

private java.math.BigInteger p

g

private java.math.BigInteger g

A

private java.math.BigInteger A
Constructor Detail

DefaultKey

public DefaultKey()
Method Detail

getBase

public java.math.BigInteger getBase()
Specified by:
getBase in interface Key

getModulo

public java.math.BigInteger getModulo()
Specified by:
getModulo in interface Key

getGenerator

public java.math.BigInteger getGenerator()
Specified by:
getGenerator in interface Key

ZetaGrid v1.9

For further technical papers, see ZetaGrid Technical Documentation.
 
Copyright © 2001,2002 Sebastian Wedeniwski. All Rights Reserved.