Package org.bouncycastle.tls
Class TlsSRPLoginParameters
- java.lang.Object
-
- org.bouncycastle.tls.TlsSRPLoginParameters
-
public class TlsSRPLoginParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]identityprotected byte[]saltprotected TlsSRPConfigsrpConfigprotected java.math.BigIntegerverifier
-
Constructor Summary
Constructors Constructor Description TlsSRPLoginParameters(byte[] identity, TlsSRPConfig srpConfig, java.math.BigInteger verifier, byte[] salt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsSRPConfiggetConfig()byte[]getIdentity()byte[]getSalt()java.math.BigIntegergetVerifier()
-
-
-
Field Detail
-
identity
protected byte[] identity
-
srpConfig
protected TlsSRPConfig srpConfig
-
verifier
protected java.math.BigInteger verifier
-
salt
protected byte[] salt
-
-
Constructor Detail
-
TlsSRPLoginParameters
public TlsSRPLoginParameters(byte[] identity, TlsSRPConfig srpConfig, java.math.BigInteger verifier, byte[] salt)
-
-
Method Detail
-
getConfig
public TlsSRPConfig getConfig()
-
getIdentity
public byte[] getIdentity()
-
getSalt
public byte[] getSalt()
-
getVerifier
public java.math.BigInteger getVerifier()
-
-