public class CipherSuite extends Object
| Constructor and Description |
|---|
CipherSuite()
Default constructor.
|
CipherSuite(CipherSuiteName cipherSuiteName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
CipherSuiteName |
getCipherSuiteName() |
int |
hashCode()
Returns a hash code value for the object.
|
String |
toString()
String value of this enum.
|
public CipherSuite()
public CipherSuite(CipherSuiteName cipherSuiteName)
cipherSuiteName - The suite to define by this object.public CipherSuiteName getCipherSuiteName()
public int hashCode()
Copyright © 2019–2025 Teslanet.nl. All rights reserved.