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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security
|
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,
ArgumentNullException,
ArgumentException,
FormatException,
CryptographicException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ObjectDisposedException,
AccessViolationException
public KeyInfoX509Data(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic KeyInfoX509Data(X509Certificate cert) throws java.lang.Throwable, ArgumentNullException, AccessViolationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionAccessViolationExceptionArgumentOutOfRangeExceptionpublic KeyInfoX509Data(X509Certificate cert, X509IncludeOption includeOption) throws java.lang.Throwable, ArgumentNullException, AccessViolationException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, ApplicationException, NotSupportedException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionAccessViolationExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionNotSupportedExceptionNullReferenceExceptionpublic void AddCertificate(X509Certificate certificate) throws java.lang.Throwable, ArgumentNullException, AccessViolationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionAccessViolationExceptionArgumentOutOfRangeExceptionpublic void AddIssuerSerial(java.lang.String issuerName,
java.lang.String serialNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
RankException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
IndexOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void AddSubjectKeyId(byte[] subjectKeyId)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void AddSubjectKeyId(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void AddSubjectKeyId(java.lang.String subjectKeyId)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void AddSubjectName(java.lang.String subjectName)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic 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, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException, ArgumentOutOfRangeException, IndexOutOfRangeException
GetXml in class KeyInfoClausejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionXmlExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic void LoadXml(XmlElement element) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XPathException, CryptographicException, FormatException, OutOfMemoryException, AccessViolationException
LoadXml in class KeyInfoClausejava.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXPathExceptionCryptographicExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionpublic void setCRL(byte[] CRL)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class KeyInfoClause