|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
TlsSRPLoginParameters |
getLoginParameters(byte[] identity)
Deprecated. Lookup the TlsSRPLoginParameters corresponding to the specified identity. |
Method Detail |
public TlsSRPLoginParameters getLoginParameters(byte[] identity)
TlsSRPLoginParameters
corresponding to the specified identity.
NOTE: To avoid "identity probing", unknown identities SHOULD be handled as recommended in RFC
5054 2.5.1.3. SimulatedTlsSRPIdentityManager
is provided for this purpose.identity
- the SRP identity sent by the connecting clientTlsSRPLoginParameters
for the specified identity, or else 'simulated'
parameters if the identity is not recognized. A null value is also allowed, but not
recommended.
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |