public class X509CertificateLoader extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.X509Certificates.X509CertificateLoader
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.X509CertificateLoader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
X509CertificateLoader() |
X509CertificateLoader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static X509CertificateLoader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into X509CertificateLoader, a cast assert is made to check if types are compatible. |
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
|
static X509Certificate2 |
LoadCertificate(byte[] data) |
static X509Certificate2 |
LoadCertificate(JCORefOut dupParam0) |
static X509Certificate2 |
LoadCertificateFromFile(java.lang.String path) |
static X509Certificate2 |
LoadPkcs12(byte[] data,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags,
Pkcs12LoaderLimits loaderLimits) |
static X509Certificate2 |
LoadPkcs12(JCORefOut dupParam0,
java.lang.String dupParam1,
X509KeyStorageFlags dupParam2,
Pkcs12LoaderLimits dupParam3) |
static X509Certificate2Collection |
LoadPkcs12Collection(byte[] data,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags,
Pkcs12LoaderLimits loaderLimits) |
static X509Certificate2Collection |
LoadPkcs12Collection(JCORefOut dupParam0,
java.lang.String dupParam1,
X509KeyStorageFlags dupParam2,
Pkcs12LoaderLimits dupParam3) |
static X509Certificate2Collection |
LoadPkcs12CollectionFromFile(java.lang.String path,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags,
Pkcs12LoaderLimits loaderLimits) |
static X509Certificate2 |
LoadPkcs12FromFile(java.lang.String path,
java.lang.String password,
X509KeyStorageFlags keyStorageFlags,
Pkcs12LoaderLimits loaderLimits) |
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 X509CertificateLoader()
throws java.lang.Throwable
java.lang.Throwablepublic X509CertificateLoader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static X509CertificateLoader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into X509CertificateLoader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedX509CertificateLoader instancejava.lang.Throwable - in case of error during cast operationpublic 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 static X509Certificate2 LoadCertificate(byte[] data) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, FormatException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionpublic static X509Certificate2 LoadCertificate(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, FormatException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionpublic static X509Certificate2 LoadCertificateFromFile(java.lang.String path) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, MissingMethodException, TargetInvocationException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, FormatException, CryptographicException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionCryptographicExceptionpublic static X509Certificate2 LoadPkcs12(byte[] data, java.lang.String password, X509KeyStorageFlags keyStorageFlags, Pkcs12LoaderLimits loaderLimits) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException, CryptographicException, AsnContentException, OutOfMemoryException, Pkcs12LoadLimitExceededException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionCryptographicExceptionAsnContentExceptionOutOfMemoryExceptionPkcs12LoadLimitExceededExceptionOverflowExceptionpublic static X509Certificate2 LoadPkcs12(JCORefOut dupParam0, java.lang.String dupParam1, X509KeyStorageFlags dupParam2, Pkcs12LoaderLimits dupParam3) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException, CryptographicException, AsnContentException, OutOfMemoryException, Pkcs12LoadLimitExceededException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionCryptographicExceptionAsnContentExceptionOutOfMemoryExceptionPkcs12LoadLimitExceededExceptionOverflowExceptionpublic static X509Certificate2Collection LoadPkcs12Collection(byte[] data, java.lang.String password, X509KeyStorageFlags keyStorageFlags, Pkcs12LoaderLimits loaderLimits) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException, AsnContentException, OutOfMemoryException, CryptographicException, Pkcs12LoadLimitExceededException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionAsnContentExceptionOutOfMemoryExceptionCryptographicExceptionPkcs12LoadLimitExceededExceptionOverflowExceptionpublic static X509Certificate2Collection LoadPkcs12Collection(JCORefOut dupParam0, java.lang.String dupParam1, X509KeyStorageFlags dupParam2, Pkcs12LoaderLimits dupParam3) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException, AsnContentException, OutOfMemoryException, CryptographicException, Pkcs12LoadLimitExceededException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionAsnContentExceptionOutOfMemoryExceptionCryptographicExceptionPkcs12LoadLimitExceededExceptionOverflowExceptionpublic static X509Certificate2Collection LoadPkcs12CollectionFromFile(java.lang.String path, java.lang.String password, X509KeyStorageFlags keyStorageFlags, Pkcs12LoaderLimits loaderLimits) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, MissingMethodException, TargetInvocationException, AsnContentException, OutOfMemoryException, CryptographicException, ArrayTypeMismatchException, Pkcs12LoadLimitExceededException, OverflowException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionAsnContentExceptionOutOfMemoryExceptionCryptographicExceptionArrayTypeMismatchExceptionPkcs12LoadLimitExceededExceptionOverflowExceptionIOExceptionpublic static X509Certificate2 LoadPkcs12FromFile(java.lang.String path, java.lang.String password, X509KeyStorageFlags keyStorageFlags, Pkcs12LoaderLimits loaderLimits) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, MissingMethodException, TargetInvocationException, CryptographicException, AsnContentException, OutOfMemoryException, ArrayTypeMismatchException, Pkcs12LoadLimitExceededException, OverflowException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionAsnContentExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionPkcs12LoadLimitExceededExceptionOverflowExceptionIOExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject