|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.srp.SRPVerifierStore.VerifierInfo
public static class SRPVerifierStore.VerifierInfo
Field Summary | |
---|---|
String |
cipherAlgorithm
The algorithm to use for any encryption of data. |
byte[] |
cipherIV
The initialization vector to use for any encryption of data. |
byte[] |
g
The SRP algorithm primitive generator |
String |
hashAlgorithm
The algorithm to hash the session key to produce K. |
byte[] |
N
The algorithm safe-prime modulus |
byte[] |
salt
The random password salt originally used to verify the password |
String |
username
The username the information applies to. |
byte[] |
verifier
The SRP password verifier hash |
Constructor Summary | |
---|---|
SRPVerifierStore.VerifierInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String username
public byte[] verifier
public byte[] salt
public byte[] g
public byte[] N
public String hashAlgorithm
public String cipherAlgorithm
public byte[] cipherIV
Constructor Detail |
---|
public SRPVerifierStore.VerifierInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |