|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.sasl.srp.IALG
A Factory class that returns IALG (Integrity Algorithm) instances that operate as described in the draft-burdis-cat-sasl-srp-04 and later.
Method Summary | |
java.lang.Object |
clone()
|
byte[] |
doFinal()
|
static IALG |
getInstance(java.lang.String algorithm)
Returns an instance of a SASL-SRP IALG implementation. |
void |
init(byte[] K)
|
void |
update(byte[] data)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IALG getInstance(java.lang.String algorithm) throws javax.security.sasl.SaslException
Returns an instance of a SASL-SRP IALG implementation.
algorithm
- the name of the HMAC algorithm.
javax.security.sasl.SaslException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public void init(byte[] K) throws javax.security.sasl.SaslException
javax.security.sasl.SaslException
public void update(byte[] data)
public byte[] doFinal()
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |