org.jboss.security.srp
Class SRPConf.SRPParams

java.lang.Object
  extended by org.jboss.security.srp.SRPConf.SRPParams
Enclosing class:
SRPConf

public static class SRPConf.SRPParams
extends Object


Method Summary
 BigInteger g()
           
 byte[] gbytes()
           
 String getComment()
           
 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 BigInteger N()

g

public BigInteger g()

getComment

public String getComment()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.