public class SignedInfo extends NetObjectEnumerable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.Xml.SignedInfo
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.SignedInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
SignedInfo() |
SignedInfo(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddReference(Reference reference) |
static SignedInfo |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SignedInfo, a cast assert is made to check if types are compatible. |
void |
CopyTo(Array array,
int index) |
java.lang.String |
getCanonicalizationMethod() |
Transform |
getCanonicalizationMethodObject() |
int |
getCount() |
java.lang.String |
getId() |
boolean |
getIsReadOnly() |
boolean |
getIsSynchronized() |
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 |
getReferences() |
java.lang.String |
getSignatureLength() |
java.lang.String |
getSignatureMethod() |
NetObject |
getSyncRoot() |
XmlElement |
GetXml() |
void |
LoadXml(XmlElement value) |
void |
setCanonicalizationMethod(java.lang.String CanonicalizationMethod) |
void |
setId(java.lang.String Id) |
void |
setJCOInstance(JCObject instance) |
void |
setSignatureLength(java.lang.String SignatureLength) |
void |
setSignatureMethod(java.lang.String SignatureMethod) |
GetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SignedInfo()
throws java.lang.Throwable
java.lang.Throwablepublic SignedInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddReference(Reference reference) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public static SignedInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SignedInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSignedInfo instancejava.lang.Throwable - in case of error during cast operationpublic void CopyTo(Array array, int index) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public java.lang.String getCanonicalizationMethod()
throws java.lang.Throwable
java.lang.Throwablepublic Transform getCanonicalizationMethodObject() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, UnreachableException, TypeLoadException, FileLoadException, CryptographicException, NullReferenceException, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionUnreachableExceptionTypeLoadExceptionFileLoadExceptionCryptographicExceptionNullReferenceExceptionFormatExceptionpublic int getCount()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public java.lang.String getId()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public boolean getIsSynchronized()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectEnumerableString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectEnumerableString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectEnumerableObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectEnumerableString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectEnumerableJCType representing the CLR Type of the instantiated Classpublic NetArrayList getReferences() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSignatureLength()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSignatureMethod()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getSyncRoot() throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public XmlElement GetXml() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, InvalidOperationException, XmlException, ArgumentNullException, TypeLoadException, CryptographicException, NullReferenceException, ObjectDisposedException, CryptographicUnexpectedOperationException, OutOfMemoryException, UnreachableException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionXmlExceptionArgumentNullExceptionTypeLoadExceptionCryptographicExceptionNullReferenceExceptionObjectDisposedExceptionCryptographicUnexpectedOperationExceptionOutOfMemoryExceptionUnreachableExceptionpublic void LoadXml(XmlElement value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CryptographicException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, XPathException, TypeLoadException, FileLoadException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCryptographicExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionXPathExceptionTypeLoadExceptionFileLoadExceptionFormatExceptionpublic void setCanonicalizationMethod(java.lang.String CanonicalizationMethod)
throws java.lang.Throwable
java.lang.Throwablepublic void setId(java.lang.String Id)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectEnumerablepublic void setSignatureLength(java.lang.String SignatureLength)
throws java.lang.Throwable
java.lang.Throwablepublic void setSignatureMethod(java.lang.String SignatureMethod)
throws java.lang.Throwable
java.lang.Throwable