Uses of Class
org.xipki.ocsp.server.type.OID
-
Packages that use OID Package Description org.xipki.ocsp.server.type -
-
Uses of OID in org.xipki.ocsp.server.type
Methods in org.xipki.ocsp.server.type that return OID Modifier and Type Method Description OIDExtendedExtension. getExtnType()static OIDOID. getInstanceForEncoded(byte[] data, int offset)static OIDOID. valueOf(String name)Returns the enum constant of this type with the specified name.static OID[]OID. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ocsp.server.type with parameters of type OID Modifier and Type Method Description static intExtendedExtension. getEncodedLength(OID extnType, boolean critical, int extnValueLength)Constructors in org.xipki.ocsp.server.type with parameters of type OID Constructor Description ExtendedExtension(OID extnType, boolean critical, byte[] extnValue)
-