Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.agreement.srp
Class SRP6StandardGroups

java.lang.Object
  |
  +--org.bouncycastle.crypto.agreement.srp.SRP6StandardGroups

public class SRP6StandardGroups
extends java.lang.Object


Field Summary
static SRP6GroupParameters rfc5054_1024
           
static SRP6GroupParameters rfc5054_1536
           
static SRP6GroupParameters rfc5054_2048
           
static SRP6GroupParameters rfc5054_3072
           
static SRP6GroupParameters rfc5054_4096
           
static SRP6GroupParameters rfc5054_6144
           
static SRP6GroupParameters rfc5054_8192
           
 
Constructor Summary
SRP6StandardGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rfc5054_1024

public static final SRP6GroupParameters rfc5054_1024

rfc5054_1536

public static final SRP6GroupParameters rfc5054_1536

rfc5054_2048

public static final SRP6GroupParameters rfc5054_2048

rfc5054_3072

public static final SRP6GroupParameters rfc5054_3072

rfc5054_4096

public static final SRP6GroupParameters rfc5054_4096

rfc5054_6144

public static final SRP6GroupParameters rfc5054_6144

rfc5054_8192

public static final SRP6GroupParameters rfc5054_8192
Constructor Detail

SRP6StandardGroups

public SRP6StandardGroups()

Bouncy Castle Cryptography Library 1.77.0