public static final class DiffieHellman.Server.Challenge
extends java.lang.Object
Constructor and Description |
---|
Challenge(ExtendedDataInput in) |
Challenge(java.lang.String serverRealm,
java.lang.String secretAlgorithm,
java.lang.String cipherTransformation,
byte[] serverPubKeyEnc)
Deprecated.
As of 3.8 public construction is no longer supported.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCipherTransformation() |
java.lang.String |
getCypherTransformation()
Deprecated.
As of 3.8 use
getCipherTransformation() . |
java.lang.String |
getSecretAlgorithm() |
int |
getSecretAlgorithmKeyLen() |
byte[] |
getServerPubKeyEnc() |
java.lang.String |
getServerRealm() |
void |
write(ExtendedDataOutput out) |
@Deprecated public Challenge(java.lang.String serverRealm, java.lang.String secretAlgorithm, java.lang.String cipherTransformation, byte[] serverPubKeyEnc)
public Challenge(ExtendedDataInput in) throws java.io.IOException
java.io.IOException
public void write(ExtendedDataOutput out) throws java.io.IOException
java.io.IOException
public java.lang.String getServerRealm()
public int getSecretAlgorithmKeyLen()
public java.lang.String getSecretAlgorithm()
public java.lang.String getCipherTransformation()
@Deprecated public java.lang.String getCypherTransformation()
getCipherTransformation()
.public byte[] getServerPubKeyEnc()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html