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