Class CRLReason
public class CRLReason : Enum<CRLReason>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<CRLReason>>
- Inheritance
-
CRLReason
- Implements
- Inherited Members
- Extension Methods
Constructors
CRLReason(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CRLReason(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AA_COMPROMISE
public static CRLReason AA_COMPROMISE { get; set; }
Property Value
AFFILIATION_CHANGED
public static CRLReason AFFILIATION_CHANGED { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CA_COMPROMISE
public static CRLReason CA_COMPROMISE { get; set; }
Property Value
CERTIFICATE_HOLD
public static CRLReason CERTIFICATE_HOLD { get; set; }
Property Value
CESSATION_OF_OPERATION
public static CRLReason CESSATION_OF_OPERATION { get; set; }
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 java.lang.AutoCloseable
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; set; }
Property Value
PRIVILEGE_WITHDRAWN
public static CRLReason PRIVILEGE_WITHDRAWN { get; set; }
Property Value
REMOVE_FROM_CRL
public static CRLReason REMOVE_FROM_CRL { get; set; }
Property Value
SUPERSEDED
public static CRLReason SUPERSEDED { get; set; }
Property Value
UNSPECIFIED
public static CRLReason UNSPECIFIED { get; set; }
Property Value
UNUSED
public static CRLReason UNUSED { get; set; }
Property Value
Methods
ValueOf(String)
public static CRLReason ValueOf(String arg0)
Parameters
Returns
Values()
public static CRLReason[] Values()