public enum SignAlgorithmSHA256withRSA extends Enum<SignAlgorithmSHA256withRSA>
| 枚举常量和说明 |
|---|
SHA256withRSA |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlgorithmName() |
Signature |
getSignature() |
String |
toString() |
static SignAlgorithmSHA256withRSA |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SignAlgorithmSHA256withRSA[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getAlgorithmName()
public String toString()
toString 在类中 Enum<SignAlgorithmSHA256withRSA>public Signature getSignature()
Copyright © 2024. All rights reserved.