public class KeyInfoX509Data extends KeyInfoClause
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.Xml.KeyInfoX509Data
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.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.Cryptography.Xml
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.Xml.KeyInfoX509Data
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
KeyInfoX509Data() |
KeyInfoX509Data(byte[] rgbCert) |
KeyInfoX509Data(java.lang.Object instance)
Internal constructor.
|
KeyInfoX509Data(X509Certificate cert) |
KeyInfoX509Data(X509Certificate cert,
X509IncludeOption includeOption) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddCertificate(X509Certificate certificate) |
void |
AddIssuerSerial(java.lang.String issuerName,
java.lang.String serialNumber) |
void |
AddSubjectKeyId(byte[] subjectKeyId) |
void |
AddSubjectKeyId(JCORefOut dupParam0) |
void |
AddSubjectKeyId(java.lang.String subjectKeyId) |
void |
AddSubjectName(java.lang.String subjectName) |
static KeyInfoX509Data |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into KeyInfoX509Data, a cast assert is made to check if types are compatible. |
NetArrayList |
getCertificates() |
byte[] |
getCRL() |
NetArrayList |
getIssuerSerials() |
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
|
NetArrayList |
getSubjectKeyIds() |
NetArrayList |
getSubjectNames() |
XmlElement |
GetXml() |
void |
LoadXml(XmlElement element) |
void |
setCRL(byte[] CRL) |
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 KeyInfoX509Data()
throws java.lang.Throwable
java.lang.Throwablepublic KeyInfoX509Data(byte[] rgbCert)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException,
NullReferenceException,
AsnContentException,
Pkcs12LoadLimitExceededException,
IndexOutOfRangeException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionNullReferenceExceptionAsnContentExceptionPkcs12LoadLimitExceededExceptionIndexOutOfRangeExceptionpublic KeyInfoX509Data(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic KeyInfoX509Data(X509Certificate cert) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, PlatformNotSupportedException
public KeyInfoX509Data(X509Certificate cert, X509IncludeOption includeOption) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CryptographicException, OverflowException, MissingMethodException, TargetInvocationException, OutOfMemoryException, CultureNotFoundException, IndexOutOfRangeException, ExternalException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCryptographicExceptionOverflowExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionExternalExceptionpublic void AddCertificate(X509Certificate certificate) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void AddIssuerSerial(java.lang.String issuerName,
java.lang.String serialNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
TypeInitializationException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionTypeInitializationExceptionOverflowExceptionpublic void AddSubjectKeyId(byte[] subjectKeyId)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public void AddSubjectKeyId(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public void AddSubjectKeyId(java.lang.String subjectKeyId)
throws java.lang.Throwable,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
public void AddSubjectName(java.lang.String subjectName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public static KeyInfoX509Data cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into KeyInfoX509Data, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedKeyInfoX509Data instancejava.lang.Throwable - in case of error during cast operationpublic NetArrayList getCertificates() throws java.lang.Throwable
java.lang.Throwablepublic byte[] getCRL()
throws java.lang.Throwable
java.lang.Throwablepublic NetArrayList getIssuerSerials() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class KeyInfoClauseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class KeyInfoClauseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class KeyInfoClauseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class KeyInfoClauseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class KeyInfoClauseJCType representing the CLR Type of the instantiated Classpublic NetArrayList getSubjectKeyIds() throws java.lang.Throwable
java.lang.Throwablepublic NetArrayList getSubjectNames() throws java.lang.Throwable
java.lang.Throwablepublic XmlElement GetXml() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException
GetXml in class KeyInfoClausejava.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionXmlExceptionpublic void LoadXml(XmlElement element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, XPathException, CryptographicException, OutOfMemoryException, FormatException, MissingMethodException, TargetInvocationException
LoadXml in class KeyInfoClausejava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionXPathExceptionCryptographicExceptionOutOfMemoryExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionpublic void setCRL(byte[] CRL)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class KeyInfoClause