Class X509CRL
public class X509CRL : CRL, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
X509CRL
- Implements
- Inherited Members
-
JVMBridgeBase<CRL>.SExecuteWithSignature<TReturn, TConverter>(Type, string, string, params object[])
- Extension Methods
Constructors
X509CRL()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("X509CRL class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public X509CRL()
X509CRL(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
[Obsolete("X509CRL class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public X509CRL(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Encoded
public byte[] Encoded { get; }
Property Value
- byte[]
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
IssuerDN
public Principal IssuerDN { get; }
Property Value
IssuerX500Principal
public X500Principal IssuerX500Principal { get; }
Property Value
NextUpdate
public Date NextUpdate { get; }
Property Value
RevokedCertificates
public Set RevokedCertificates { get; }
Property Value
SigAlgName
public String SigAlgName { get; }
Property Value
SigAlgOID
public String SigAlgOID { get; }
Property Value
SigAlgParams
public byte[] SigAlgParams { get; }
Property Value
- byte[]
Signature
public byte[] Signature { get; }
Property Value
- byte[]
TBSCertList
public byte[] TBSCertList { get; }
Property Value
- byte[]
ThisUpdate
public Date ThisUpdate { get; }
Property Value
Version
public int Version { get; }
Property Value
Methods
GetRevokedCertificate(BigInteger)
public X509CRLEntry GetRevokedCertificate(BigInteger arg0)
Parameters
arg0
BigInteger
Returns
GetRevokedCertificate(X509Certificate)
public X509CRLEntry GetRevokedCertificate(X509Certificate arg0)
Parameters
Returns
Verify(PublicKey)
public void Verify(PublicKey arg0)
Parameters
Exceptions
- CRLException
- NoSuchAlgorithmException
- InvalidKeyException
- NoSuchProviderException
- SignatureException
Verify(PublicKey, String)
public void Verify(PublicKey arg0, String arg1)
Parameters
Exceptions
- CRLException
- NoSuchAlgorithmException
- InvalidKeyException
- NoSuchProviderException
- SignatureException
Verify(PublicKey, Provider)
public void Verify(PublicKey arg0, Provider arg1)
Parameters
Exceptions
Operators
implicit operator X509Extension(X509CRL)
Converter from X509CRL to X509Extension
public static implicit operator X509Extension(X509CRL t)
Parameters
t
X509CRL