
public static final class DiffieHellman.Server.Challenge extends Object
| Constructor and Description |
|---|
DiffieHellman.Server.Challenge(ExtendedDataInput in) |
DiffieHellman.Server.Challenge(String serverRealm,
String secretAlgorithm,
String cypherTransformation,
byte[] serverPubKeyEnc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCypherTransformation() |
String |
getSecretAlgorithm() |
byte[] |
getServerPubKeyEnc() |
String |
getServerRealm() |
void |
write(ExtendedDataOutput out) |
public DiffieHellman.Server.Challenge(String serverRealm, String secretAlgorithm, String cypherTransformation, byte[] serverPubKeyEnc)
public DiffieHellman.Server.Challenge(ExtendedDataInput in) throws IOException
IOExceptionpublic void write(ExtendedDataOutput out) throws IOException
IOExceptionpublic String getServerRealm()
public String getSecretAlgorithm()
public String getCypherTransformation()
public byte[] getServerPubKeyEnc()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.