public class X509Certificate extends NetObject implements IDeserializationCallback, ISerializable, java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.X509Certificates.X509Certificate
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.Security.Cryptography, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.Cryptography
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.X509Certificates.X509Certificate
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
X509Certificate() |
X509Certificate(byte[] data) |
X509Certificate(byte[] rawData,
SecureString password) |
X509Certificate(byte[] rawData,
SecureString password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate(byte[] rawData,
java.lang.String password) |
X509Certificate(byte[] rawData,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate(java.lang.Object instance)
Internal constructor.
|
X509Certificate(SerializationInfo info,
StreamingContext context) |
X509Certificate(java.lang.String fileName) |
X509Certificate(java.lang.String fileName,
SecureString password) |
X509Certificate(java.lang.String fileName,
SecureString password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate(java.lang.String fileName,
java.lang.String password) |
X509Certificate(java.lang.String fileName,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags) |
X509Certificate(X509Certificate cert) |
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into X509Certificate, a cast assert is made to check if types are compatible. |
void |
close() |
static X509Certificate |
CreateFromCertFile(java.lang.String filename) |
static X509Certificate |
CreateFromSignedFile(java.lang.String filename) |
void |
Dispose() |
boolean |
Equals(X509Certificate other) |
byte[] |
Export(X509ContentType contentType) |
byte[] |
Export(X509ContentType contentType,
SecureString password) |
byte[] |
Export(X509ContentType contentType,
java.lang.String password) |
byte[] |
ExportPkcs12(PbeParameters exportParameters,
java.lang.String password) |
byte[] |
ExportPkcs12(Pkcs12ExportPbeParameters exportParameters,
java.lang.String password) |
byte[] |
GetCertHash() |
byte[] |
GetCertHash(HashAlgorithmName hashAlgorithm) |
java.lang.String |
GetCertHashString() |
java.lang.String |
GetCertHashString(HashAlgorithmName hashAlgorithm) |
java.lang.String |
GetEffectiveDateString() |
java.lang.String |
GetExpirationDateString() |
java.lang.String |
GetFormat() |
java.lang.String |
getIssuer() |
java.lang.String |
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 |
GetKeyAlgorithm() |
byte[] |
GetKeyAlgorithmParameters() |
java.lang.String |
GetKeyAlgorithmParametersString() |
java.lang.String |
GetName() |
byte[] |
GetPublicKey() |
java.lang.String |
GetPublicKeyString() |
byte[] |
GetRawCertData() |
java.lang.String |
GetRawCertDataString() |
byte[] |
GetSerialNumber() |
java.lang.String |
GetSerialNumberString() |
java.lang.String |
getSubject() |
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 |
setJCOInstance(JCObject instance) |
java.lang.String |
ToString(boolean fVerbose) |
Equals, 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 X509Certificate()
throws java.lang.Throwable
java.lang.Throwablepublic X509Certificate(byte[] data)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
NullReferenceException,
NotSupportedException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
CryptographicException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionNullReferenceExceptionNotSupportedExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(byte[] rawData,
SecureString password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException,
FormatException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(byte[] rawData,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
CryptographicException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException,
FormatException,
AsnContentException,
Pkcs12LoadLimitExceededException,
ArrayTypeMismatchException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionArrayTypeMismatchExceptionIOExceptionpublic X509Certificate(byte[] rawData,
java.lang.String password)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
IndexOutOfRangeException,
FormatException,
CryptographicException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(byte[] rawData,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
IndexOutOfRangeException,
FormatException,
CryptographicException,
AsnContentException,
Pkcs12LoadLimitExceededException,
ArrayTypeMismatchException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionArrayTypeMismatchExceptionIOExceptionpublic X509Certificate(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic X509Certificate(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public X509Certificate(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
CryptographicException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(java.lang.String fileName,
SecureString password)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
ObjectDisposedException,
CryptographicException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(java.lang.String fileName,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
CryptographicException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException,
FormatException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(java.lang.String fileName,
java.lang.String password)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
CryptographicException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(java.lang.String fileName,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
IndexOutOfRangeException,
FormatException,
CryptographicException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IOException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIOExceptionpublic X509Certificate(X509Certificate cert) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public static X509Certificate cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into X509Certificate, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedX509Certificate instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic static X509Certificate CreateFromCertFile(java.lang.String filename) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, MissingMethodException, TargetInvocationException, InvalidOperationException, CryptographicException, AsnContentException, Pkcs12LoadLimitExceededException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionInvalidOperationExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionpublic static X509Certificate CreateFromSignedFile(java.lang.String filename) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, MissingMethodException, TargetInvocationException, InvalidOperationException, CryptographicException, AsnContentException, Pkcs12LoadLimitExceededException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionInvalidOperationExceptionCryptographicExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionpublic void Dispose()
throws java.lang.Throwable
java.lang.Throwablepublic boolean Equals(X509Certificate other) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, CryptographicException, NotSupportedException, InvalidOperationException
public byte[] Export(X509ContentType contentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, CryptographicException, OutOfMemoryException
public byte[] Export(X509ContentType contentType, SecureString password) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException
public byte[] Export(X509ContentType contentType, java.lang.String password) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, CryptographicException, OutOfMemoryException
public byte[] ExportPkcs12(PbeParameters exportParameters, java.lang.String password) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CryptographicException, OutOfMemoryException
public byte[] ExportPkcs12(Pkcs12ExportPbeParameters exportParameters, java.lang.String password) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, CryptographicException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionCryptographicExceptionOutOfMemoryExceptionpublic byte[] GetCertHash()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public byte[] GetCertHash(HashAlgorithmName hashAlgorithm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, CryptographicException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, RankException, ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionCryptographicExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArrayTypeMismatchExceptionpublic java.lang.String GetCertHashString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException,
IndexOutOfRangeException
public java.lang.String GetCertHashString(HashAlgorithmName hashAlgorithm) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, CryptographicException, IndexOutOfRangeException
public java.lang.String GetEffectiveDateString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
CryptographicException,
NotSupportedException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionCryptographicExceptionNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionpublic java.lang.String GetExpirationDateString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
CryptographicException,
NotSupportedException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionCryptographicExceptionNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionpublic java.lang.String GetFormat()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getIssuer()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public java.lang.String GetIssuerName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDeserializationCallbackgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDeserializationCallbackgetJCOClassName in interface ISerializablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDeserializationCallbackgetJCOInstance in interface ISerializablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDeserializationCallbackgetJCOObjectName in interface ISerializablegetJCOObjectName in class NetObjectString 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 NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetKeyAlgorithm()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public byte[] GetKeyAlgorithmParameters()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public java.lang.String GetKeyAlgorithmParametersString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException,
IndexOutOfRangeException
public java.lang.String GetName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public byte[] GetPublicKey()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public java.lang.String GetPublicKeyString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
CryptographicException,
NotSupportedException,
IndexOutOfRangeException
public byte[] GetRawCertData()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public java.lang.String GetRawCertDataString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException,
IndexOutOfRangeException
public byte[] GetSerialNumber()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public java.lang.String GetSerialNumberString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException,
IndexOutOfRangeException
public java.lang.String getSubject()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
CryptographicException
public void Import(byte[] rawData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void Import(byte[] rawData,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void Import(byte[] rawData,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void Import(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void Import(JCORefOut dupParam0, SecureString dupParam1, X509KeyStorageFlags dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void Import(JCORefOut dupParam0, java.lang.String dupParam1, X509KeyStorageFlags dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void Import(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void Import(java.lang.String fileName,
SecureString password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void Import(java.lang.String fileName,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void Reset()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic java.lang.String ToString(boolean fVerbose)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
OutOfMemoryException,
IndexOutOfRangeException,
CryptographicException,
ArgumentNullException,
CultureNotFoundException,
NullReferenceException,
RankException,
InvalidCastException,
TypeInitializationException,
InvalidOperationException,
FormatException,
OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCryptographicExceptionArgumentNullExceptionCultureNotFoundExceptionNullReferenceExceptionRankExceptionInvalidCastExceptionTypeInitializationExceptionInvalidOperationExceptionFormatExceptionOverflowException