public enum OID extends Enum<OID>
| Enum Constant and Description |
|---|
ID_INVALIDITY_DATE |
ID_ISISMTT_AT_CERTHASH |
ID_PKIX_OCSP_ARCHIVE_CUTOFF |
ID_PKIX_OCSP_EXTENDEDREVOKE |
ID_PKIX_OCSP_NONCE |
ID_PKIX_OCSP_PREFSIGALGS |
ID_PKIX_OCSP_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
int |
getEncodedLength() |
String |
getId() |
static OID |
getInstanceForEncoded(byte[] data,
int offset) |
static OID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
int |
write(byte[] out,
int offset) |
public static final OID ID_PKIX_OCSP_NONCE
public static final OID ID_PKIX_OCSP_PREFSIGALGS
public static final OID ID_PKIX_OCSP_EXTENDEDREVOKE
public static final OID ID_ISISMTT_AT_CERTHASH
public static final OID ID_INVALIDITY_DATE
public static final OID ID_PKIX_OCSP_ARCHIVE_CUTOFF
public static final OID ID_PKIX_OCSP_RESPONSE
public static OID[] values()
for (OID c : OID.values()) System.out.println(c);
public static OID 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 getId()
public int getEncodedLength()
public int write(byte[] out,
int offset)
public static OID getInstanceForEncoded(byte[] data, int offset)
Copyright © 2023. All rights reserved.