org.jboss.security.srp
Class SRPConf.SRPParams

java.lang.Object
  extended byorg.jboss.security.srp.SRPConf.SRPParams
Enclosing class:
SRPConf (src)

public static class SRPConf.SRPParams
extends java.lang.Object


Method Summary
 java.math.BigInteger g()
           
 byte[] gbytes()
           
 java.lang.String getComment()
           
 java.math.BigInteger N()
           
 byte[] Nbytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Nbytes

public byte[] Nbytes()

gbytes

public byte[] gbytes()

N

public java.math.BigInteger N()

g

public java.math.BigInteger g()

getComment

public java.lang.String getComment()