public enum RoleOfPSP extends Enum<RoleOfPSP>
| Modifier and Type | Method and Description |
|---|---|
static RoleOfPSP |
getInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable) |
String |
getNormalizedRoleName() |
org.bouncycastle.asn1.DERUTF8String |
getRoleOfPspName() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getRoleOfPspOid() |
org.bouncycastle.asn1.DERSequence |
toDERSequence() |
static RoleOfPSP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleOfPSP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleOfPSP PSP_AS
public static final RoleOfPSP PSP_PI
public static final RoleOfPSP PSP_AI
public static final RoleOfPSP PSP_IC
public static RoleOfPSP[] values()
for (RoleOfPSP c : RoleOfPSP.values()) System.out.println(c);
public static RoleOfPSP 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 static RoleOfPSP getInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getRoleOfPspOid()
public org.bouncycastle.asn1.DERUTF8String getRoleOfPspName()
public org.bouncycastle.asn1.DERSequence toDERSequence()
public String getNormalizedRoleName()
Copyright © 2020. All rights reserved.