public class CertificateRequest extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.X509Certificates.CertificateRequest
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Core
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.X509Certificates.CertificateRequest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CertificateRequest() |
CertificateRequest(java.lang.Object instance)
Internal constructor.
|
CertificateRequest(java.lang.String subjectName,
ECDsa key,
HashAlgorithmName hashAlgorithm) |
CertificateRequest(java.lang.String subjectName,
RSA key,
HashAlgorithmName hashAlgorithm,
RSASignaturePadding padding) |
CertificateRequest(X500DistinguishedName subjectName,
ECDsa key,
HashAlgorithmName hashAlgorithm) |
CertificateRequest(X500DistinguishedName subjectName,
PublicKey publicKey,
HashAlgorithmName hashAlgorithm) |
CertificateRequest(X500DistinguishedName subjectName,
RSA key,
HashAlgorithmName hashAlgorithm,
RSASignaturePadding padding) |
| Modifier and Type | Method and Description |
|---|---|
static CertificateRequest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CertificateRequest, a cast assert is made to check if types are compatible. |
X509Certificate2 |
Create(X500DistinguishedName issuerName,
X509SignatureGenerator generator,
DateTimeOffset notBefore,
DateTimeOffset notAfter,
byte[] serialNumber) |
X509Certificate2 |
Create(X500DistinguishedName dupParam0,
X509SignatureGenerator dupParam1,
DateTimeOffset dupParam2,
DateTimeOffset dupParam3,
JCORefOut dupParam4) |
X509Certificate2 |
Create(X509Certificate2 issuerCertificate,
DateTimeOffset notBefore,
DateTimeOffset notAfter,
byte[] serialNumber) |
X509Certificate2 |
Create(X509Certificate2 dupParam0,
DateTimeOffset dupParam1,
DateTimeOffset dupParam2,
JCORefOut dupParam3) |
X509Certificate2 |
CreateSelfSigned(DateTimeOffset notBefore,
DateTimeOffset notAfter) |
byte[] |
CreateSigningRequest() |
byte[] |
CreateSigningRequest(X509SignatureGenerator signatureGenerator) |
HashAlgorithmName |
getHashAlgorithm() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
PublicKey |
getPublicKey() |
X500DistinguishedName |
getSubjectName() |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CertificateRequest()
throws java.lang.Throwable
java.lang.Throwablepublic CertificateRequest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic CertificateRequest(java.lang.String subjectName,
ECDsa key,
HashAlgorithmName hashAlgorithm)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionpublic CertificateRequest(java.lang.String subjectName,
RSA key,
HashAlgorithmName hashAlgorithm,
RSASignaturePadding padding)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionpublic CertificateRequest(X500DistinguishedName subjectName, ECDsa key, HashAlgorithmName hashAlgorithm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public CertificateRequest(X500DistinguishedName subjectName, PublicKey publicKey, HashAlgorithmName hashAlgorithm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public CertificateRequest(X500DistinguishedName subjectName, RSA key, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public static CertificateRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CertificateRequest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCertificateRequest instancejava.lang.Throwable - in case of error during cast operationpublic X509Certificate2 Create(X500DistinguishedName issuerName, X509SignatureGenerator generator, DateTimeOffset notBefore, DateTimeOffset notAfter, byte[] serialNumber) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OverflowException, FormatException, OutOfMemoryException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionpublic X509Certificate2 Create(X500DistinguishedName dupParam0, X509SignatureGenerator dupParam1, DateTimeOffset dupParam2, DateTimeOffset dupParam3, JCORefOut dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OverflowException, FormatException, OutOfMemoryException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionpublic X509Certificate2 Create(X509Certificate2 issuerCertificate, DateTimeOffset notBefore, DateTimeOffset notAfter, byte[] serialNumber) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException, OverflowException, SecurityException, ApplicationException, NotSupportedException, IOException, AccessViolationException, UnauthorizedAccessException, PrivilegeNotHeldException, NullReferenceException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionOverflowExceptionSecurityExceptionApplicationExceptionNotSupportedExceptionIOExceptionAccessViolationExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNullReferenceExceptionPlatformNotSupportedExceptionpublic X509Certificate2 Create(X509Certificate2 dupParam0, DateTimeOffset dupParam1, DateTimeOffset dupParam2, JCORefOut dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException, OverflowException, SecurityException, ApplicationException, NotSupportedException, IOException, AccessViolationException, UnauthorizedAccessException, PrivilegeNotHeldException, NullReferenceException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionOverflowExceptionSecurityExceptionApplicationExceptionNotSupportedExceptionIOExceptionAccessViolationExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNullReferenceExceptionPlatformNotSupportedExceptionpublic X509Certificate2 CreateSelfSigned(DateTimeOffset notBefore, DateTimeOffset notAfter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, SecurityException, ApplicationException, IOException, CryptographicException, OverflowException, FormatException, OutOfMemoryException, AccessViolationException, NullReferenceException, PlatformNotSupportedException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionApplicationExceptionIOExceptionCryptographicExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionNullReferenceExceptionPlatformNotSupportedExceptionRankExceptionpublic byte[] CreateSigningRequest()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
CryptographicException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOverflowExceptionpublic byte[] CreateSigningRequest(X509SignatureGenerator signatureGenerator) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CryptographicException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
public HashAlgorithmName getHashAlgorithm() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic PublicKey getPublicKey() throws java.lang.Throwable
java.lang.Throwablepublic X500DistinguishedName getSubjectName() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject