Class CRLReason
public class CRLReason : Enum<CRLReason>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
CRLReason
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<CRLReason>>.SExecuteWithSignature<TReturn>(Type, string, string, params object[])
- Extension Methods
Constructors
CRLReason()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public CRLReason()
CRLReason(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public CRLReason(params object[] args)
Parameters
args
object[]
Properties
AA_COMPROMISE
public static CRLReason AA_COMPROMISE { get; }
Property Value
AFFILIATION_CHANGED
public static CRLReason AFFILIATION_CHANGED { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CA_COMPROMISE
public static CRLReason CA_COMPROMISE { get; }
Property Value
CERTIFICATE_HOLD
public static CRLReason CERTIFICATE_HOLD { get; }
Property Value
CESSATION_OF_OPERATION
public static CRLReason CESSATION_OF_OPERATION { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
KEY_COMPROMISE
public static CRLReason KEY_COMPROMISE { get; }
Property Value
PRIVILEGE_WITHDRAWN
public static CRLReason PRIVILEGE_WITHDRAWN { get; }
Property Value
REMOVE_FROM_CRL
public static CRLReason REMOVE_FROM_CRL { get; }
Property Value
SUPERSEDED
public static CRLReason SUPERSEDED { get; }
Property Value
UNSPECIFIED
public static CRLReason UNSPECIFIED { get; }
Property Value
UNUSED
public static CRLReason UNUSED { get; }
Property Value
Methods
ValueOf(String)
public static CRLReason ValueOf(String arg0)
Parameters
Returns
Values()
public static CRLReason[] Values()