|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.srp.SRPVerifierStore.VerifierInfo
Field Summary | |
java.lang.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 |
java.lang.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 |
java.lang.String |
username
The username the information applies to. |
byte[] |
verifier
The SRP password verifier hash |
Constructor Summary | |
SRPVerifierStore.VerifierInfo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String username
public byte[] verifier
public byte[] salt
public byte[] g
public byte[] N
public java.lang.String hashAlgorithm
public java.lang.String cipherAlgorithm
public byte[] cipherIV
Constructor Detail |
public SRPVerifierStore.VerifierInfo()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |