public enum GammaObjectIndentifiers extends java.lang.Enum<GammaObjectIndentifiers>
GOST_id: 1.3.6.1.4.1.6801 tumar: 1.3.6.1.4.1.6801.1.1.1 gost34311: 1.3.6.1.4.1.6801.1.2.1 gostR3411: 1.3.6.1.4.1.6801.1.2.1 gost34310: 1.3.6.1.4.1.6801.1.2.2 gost3410_2012_512: 1.3.6.1.4.1.6801.1.2.7 gost3410_2012_256: 1.3.6.1.4.1.6801.1.2.8 gost34310_GammaTech_A: 1.3.6.1.4.1.6801.1.5.8 gost34310_GammaTech_A_EX: 1.3.6.1.4.1.6801.1.8.8 gost34310_GammaTech_B: 1.3.6.1.4.1.6801.1.5.14 gost28147: 1.3.6.1.4.1.6801.1.2.4 tumardh: 1.3.6.1.4.1.6801.1.4.4 gostR3410_2012_key: 1.3.6.1.4.1.6801.1.5.17 gostR3411_2012_512: 1.3.6.1.4.1.6801.1.2.6 gostR3411_2012_256: 1.3.6.1.4.1.6801.1.2.5
Enum Constant and Description |
---|
GOST_id |
gost28147 |
gost3410_2012_256 |
gost3410_2012_512 |
gost34310 |
gost34310_GammaTech_A |
gost34310_GammaTech_A_EX |
gost34310_GammaTech_B |
gost34311 |
gostR3410_2012_key |
gostR3411 |
gostR3411_2012_256 |
gostR3411_2012_512 |
tumar |
tumardh |
Modifier and Type | Field and Description |
---|---|
private DERObjectIdentifier |
derObjectIdentifier |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
getDERObjectIdentifier() |
java.lang.String |
getId() |
java.lang.String |
toString() |
static GammaObjectIndentifiers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GammaObjectIndentifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GammaObjectIndentifiers GOST_id
public static final GammaObjectIndentifiers tumar
public static final GammaObjectIndentifiers gost34311
public static final GammaObjectIndentifiers gostR3411
public static final GammaObjectIndentifiers gost34310
public static final GammaObjectIndentifiers gost3410_2012_512
public static final GammaObjectIndentifiers gost3410_2012_256
public static final GammaObjectIndentifiers gost34310_GammaTech_A
public static final GammaObjectIndentifiers gost34310_GammaTech_A_EX
public static final GammaObjectIndentifiers gost34310_GammaTech_B
public static final GammaObjectIndentifiers gost28147
public static final GammaObjectIndentifiers tumardh
public static final GammaObjectIndentifiers gostR3410_2012_key
public static final GammaObjectIndentifiers gostR3411_2012_512
public static final GammaObjectIndentifiers gostR3411_2012_256
private DERObjectIdentifier derObjectIdentifier
public static GammaObjectIndentifiers[] values()
for (GammaObjectIndentifiers c : GammaObjectIndentifiers.values()) System.out.println(c);
public static GammaObjectIndentifiers valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic DERObjectIdentifier getDERObjectIdentifier()
public java.lang.String getId()
public java.lang.String toString()
toString
in class java.lang.Enum<GammaObjectIndentifiers>
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.