public enum SignAlgorithmSHA256withRSA extends Enum<SignAlgorithmSHA256withRSA>
| Enum Constant and Description |
|---|
SHA256withRSA |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName() |
Signature |
getSignature() |
String |
toString() |
static SignAlgorithmSHA256withRSA |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignAlgorithmSHA256withRSA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignAlgorithmSHA256withRSA SHA256withRSA
public static SignAlgorithmSHA256withRSA[] values()
for (SignAlgorithmSHA256withRSA c : SignAlgorithmSHA256withRSA.values()) System.out.println(c);
public static SignAlgorithmSHA256withRSA valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAlgorithmName()
public String toString()
toString in class Enum<SignAlgorithmSHA256withRSA>public Signature getSignature()
Copyright © 2022. All rights reserved.