public class X509Certificate2 extends X509Certificate
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.X509Certificates.X509Certificate2
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.X509Certificates.X509Certificate2
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
X509Certificate2() |
X509Certificate2(byte[] rawData) |
X509Certificate2(byte[] rawData,
SecureString password) |
X509Certificate2(byte[] rawData,
SecureString password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate2(byte[] rawData,
java.lang.String password) |
X509Certificate2(byte[] rawData,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate2(java.lang.Object instance)
Internal constructor.
|
X509Certificate2(java.lang.String fileName) |
X509Certificate2(java.lang.String fileName,
SecureString password) |
X509Certificate2(java.lang.String fileName,
SecureString password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate2(java.lang.String fileName,
java.lang.String password) |
X509Certificate2(java.lang.String fileName,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate2(X509Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate2 |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into X509Certificate2, a cast assert is made to check if types are compatible. |
boolean |
getArchived() |
static X509ContentType |
GetCertContentType(byte[] rawData) |
static X509ContentType |
GetCertContentType(JCORefOut dupParam0) |
static X509ContentType |
GetCertContentType(java.lang.String fileName) |
X509ExtensionCollection |
getExtensions() |
java.lang.String |
getFriendlyName() |
boolean |
getHasPrivateKey() |
X500DistinguishedName |
getIssuerName() |
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
|
java.lang.String |
GetNameInfo(X509NameType nameType,
boolean forIssuer) |
DateTime |
getNotAfter() |
DateTime |
getNotBefore() |
AsymmetricAlgorithm |
getPrivateKey() |
PublicKey |
getPublicKey() |
byte[] |
getRawData() |
java.lang.String |
getSerialNumber() |
Oid |
getSignatureAlgorithm() |
X500DistinguishedName |
getSubjectName() |
java.lang.String |
getThumbprint() |
int |
getVersion() |
void |
Import(byte[] rawData) |
void |
Import(byte[] rawData,
SecureString password,
X509KeyStorageFlags keyStorageFlags) |
void |
Import(byte[] rawData,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags) |
void |
Import(JCORefOut dupParam0) |
void |
Import(JCORefOut dupParam0,
SecureString dupParam1,
X509KeyStorageFlags dupParam2) |
void |
Import(JCORefOut dupParam0,
java.lang.String dupParam1,
X509KeyStorageFlags dupParam2) |
void |
Import(java.lang.String fileName) |
void |
Import(java.lang.String fileName,
SecureString password,
X509KeyStorageFlags keyStorageFlags) |
void |
Import(java.lang.String fileName,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags) |
void |
Reset() |
void |
setArchived(boolean Archived) |
void |
setFriendlyName(java.lang.String FriendlyName) |
void |
setJCOInstance(JCObject instance) |
void |
setPrivateKey(AsymmetricAlgorithm PrivateKey) |
java.lang.String |
ToString(boolean verbose) |
boolean |
Verify() |
close, CreateFromCertFile, CreateFromSignedFile, Dispose, Equals, Export, Export, Export, GetCertHash, GetCertHash, GetCertHashString, GetCertHashString, GetEffectiveDateString, GetExpirationDateString, GetFormat, getIssuer, GetIssuerName, GetKeyAlgorithm, GetKeyAlgorithmParameters, GetKeyAlgorithmParametersString, GetName, GetPublicKey, GetPublicKeyString, GetRawCertData, GetRawCertDataString, GetSerialNumber, GetSerialNumberString, getSubjectEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringOnDeserialization, ToIDeserializationCallbackGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public X509Certificate2()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic X509Certificate2(byte[] rawData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
public X509Certificate2(byte[] rawData,
SecureString password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
public X509Certificate2(byte[] rawData,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
public X509Certificate2(byte[] rawData,
java.lang.String password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
public X509Certificate2(byte[] rawData,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
public X509Certificate2(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic X509Certificate2(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
public X509Certificate2(java.lang.String fileName,
SecureString password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
public X509Certificate2(java.lang.String fileName,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
public X509Certificate2(java.lang.String fileName,
java.lang.String password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
public X509Certificate2(java.lang.String fileName,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
public X509Certificate2(X509Certificate certificate) throws java.lang.Throwable, ArgumentNullException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionAccessViolationExceptionpublic static X509Certificate2 cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into X509Certificate2, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedX509Certificate2 instancejava.lang.Throwable - in case of error during cast operationpublic boolean getArchived()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionpublic static X509ContentType GetCertContentType(byte[] rawData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, KeyNotFoundException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionKeyNotFoundExceptionCryptographicExceptionpublic static X509ContentType GetCertContentType(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, KeyNotFoundException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionKeyNotFoundExceptionCryptographicExceptionpublic static X509ContentType GetCertContentType(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, NotSupportedException, KeyNotFoundException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNotSupportedExceptionKeyNotFoundExceptionCryptographicExceptionpublic X509ExtensionCollection getExtensions() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException, OutOfMemoryException, SecurityException, ApplicationException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionUnauthorizedAccessExceptionIOExceptionpublic java.lang.String getFriendlyName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionpublic boolean getHasPrivateKey()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionpublic X500DistinguishedName getIssuerName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDeserializationCallbackgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class X509CertificateString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDeserializationCallbackgetJCOClassName in interface ISerializablegetJCOClassName in class X509CertificateString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDeserializationCallbackgetJCOInstance in interface ISerializablegetJCOInstance in class X509CertificateObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDeserializationCallbackgetJCOObjectName in interface ISerializablegetJCOObjectName in class X509CertificateString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDeserializationCallbackgetJCOType in interface ISerializablegetJCOType in class X509CertificateJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetNameInfo(X509NameType nameType, boolean forIssuer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionpublic DateTime getNotAfter() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOverflowExceptionpublic DateTime getNotBefore() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOverflowExceptionpublic AsymmetricAlgorithm getPrivateKey() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OutOfMemoryException, RankException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic PublicKey getPublicKey() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionpublic byte[] getRawData()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionpublic java.lang.String getSerialNumber()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionpublic Oid getSignatureAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionpublic X500DistinguishedName getSubjectName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionpublic java.lang.String getThumbprint()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionpublic int getVersion()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionpublic void Import(byte[] rawData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionCryptographicExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAccessViolationExceptionpublic void Import(byte[] rawData,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionCryptographicExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAccessViolationExceptionpublic void Import(byte[] rawData,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionCryptographicExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAccessViolationExceptionpublic void Import(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, CryptographicException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionCryptographicExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAccessViolationExceptionpublic void Import(JCORefOut dupParam0, SecureString dupParam1, X509KeyStorageFlags dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, CryptographicException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionCryptographicExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAccessViolationExceptionpublic void Import(JCORefOut dupParam0, java.lang.String dupParam1, X509KeyStorageFlags dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, CryptographicException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionCryptographicExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionAccessViolationExceptionpublic void Import(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionCryptographicExceptionAccessViolationExceptionpublic void Import(java.lang.String fileName,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionCryptographicExceptionAccessViolationExceptionpublic void Import(java.lang.String fileName,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
CryptographicException,
AccessViolationException
Import in class X509Certificatejava.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionCryptographicExceptionAccessViolationExceptionpublic void Reset()
throws java.lang.Throwable,
ArgumentNullException
Reset in class X509Certificatejava.lang.ThrowableArgumentNullExceptionpublic void setArchived(boolean Archived)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
CryptographicException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionNullReferenceExceptionpublic void setFriendlyName(java.lang.String FriendlyName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class X509Certificatepublic void setPrivateKey(AsymmetricAlgorithm PrivateKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException, OutOfMemoryException, RankException, UnauthorizedAccessException, PrivilegeNotHeldException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionCryptographicUnexpectedOperationExceptionpublic java.lang.String ToString(boolean verbose)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
NotImplementedException,
InvalidOperationException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
CryptographicException,
SecurityException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
TypeInitializationException,
OutOfMemoryException,
OverflowException,
NullReferenceException,
RankException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
ApplicationException,
TypeLoadException,
IOException
ToString in class X509Certificatejava.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionNotImplementedExceptionInvalidOperationExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionTypeInitializationExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionApplicationExceptionTypeLoadExceptionIOExceptionpublic boolean Verify()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
CryptographicException,
InvalidTimeZoneException,
OverflowException,
SecurityException,
OutOfMemoryException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionCryptographicExceptionInvalidTimeZoneExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionAccessViolationException