| Enum Constant and Description |
|---|
KOK_SERTIFIKA |
OCSP_BASIC_RESPONSE |
OCSP_RESPONSE |
SERTIFIKA |
SIL |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
static OzneTipi |
getNesne(int aTip) |
static OzneTipi |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OzneTipi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OzneTipi KOK_SERTIFIKA
public static final OzneTipi SERTIFIKA
public static final OzneTipi SIL
public static final OzneTipi OCSP_BASIC_RESPONSE
public static final OzneTipi OCSP_RESPONSE
public static OzneTipi[] values()
for (OzneTipi c : OzneTipi.values()) System.out.println(c);
public static OzneTipi 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 int getIntValue()
public static OzneTipi getNesne(int aTip)
Copyright © 2025. All rights reserved.