public class EnvelopedSignatureWriter extends DelegatingXmlDictionaryWriter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.EnvelopedSignatureWriter
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.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.IdentityModel
|
static java.lang.String |
className
Qualified class name: System.IdentityModel.EnvelopedSignatureWriter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EnvelopedSignatureWriter() |
EnvelopedSignatureWriter(java.lang.Object instance)
Internal constructor.
|
EnvelopedSignatureWriter(XmlWriter innerWriter,
SigningCredentials signingCredentials,
java.lang.String referenceId,
SecurityTokenSerializer securityTokenSerializer) |
| Modifier and Type | Method and Description |
|---|---|
static EnvelopedSignatureWriter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EnvelopedSignatureWriter, 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
|
void |
setJCOInstance(JCObject instance) |
void |
WriteEndElement() |
void |
WriteFullEndElement() |
void |
WriteSignature() |
void |
WriteStartElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String ns) |
Close, EndCanonicalization, Flush, LookupPrefix, StartCanonicalization, StartCanonicalization, WriteBase64, WriteBase64, WriteCData, WriteCharEntity, WriteChars, WriteChars, WriteComment, WriteDocType, WriteEndAttribute, WriteEndDocument, WriteEntityRef, WriteProcessingInstruction, WriteRaw, WriteRaw, WriteRaw, WriteStartAttribute, WriteStartDocument, WriteStartDocument, WriteString, WriteSurrogateCharEntity, WriteWhitespace, WriteXmlAttribute, WriteXmlnsAttributeCreateBinaryWriter, CreateBinaryWriter, CreateBinaryWriter, CreateBinaryWriter, CreateDictionaryWriter, CreateMtomWriter, CreateMtomWriter, CreateTextWriter, CreateTextWriter, CreateTextWriter, getCanCanonicalize, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteAttributeString, WriteAttributeString, WriteBase64Async, WriteBase64Async, WriteElementString, WriteElementString, WriteNode, WriteNode, WriteQualifiedName, WriteStartAttribute, WriteStartAttribute, WriteStartElement, WriteStartElement, WriteString, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValueAsync, WriteXmlAttribute, WriteXmlnsAttributeclose, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Dispose, FlushAsync, getSettings, getWriteState, getXmlLang, getXmlSpace, WriteAttributes, WriteAttributesAsync, WriteAttributeString, WriteAttributeString, WriteAttributeString, WriteAttributeStringAsync, WriteBinHex, WriteBinHex, WriteBinHexAsync, WriteBinHexAsync, WriteCDataAsync, WriteCharEntityAsync, WriteCharsAsync, WriteCharsAsync, WriteCommentAsync, WriteDocTypeAsync, WriteElementString, WriteElementString, WriteElementString, WriteElementStringAsync, WriteEndDocumentAsync, WriteEndElementAsync, WriteEntityRefAsync, WriteFullEndElementAsync, WriteName, WriteNameAsync, WriteNmToken, WriteNmTokenAsync, WriteNode, WriteNodeAsync, WriteNodeAsync, WriteProcessingInstructionAsync, WriteQualifiedName, WriteQualifiedNameAsync, WriteRawAsync, WriteRawAsync, WriteRawAsync, WriteStartAttribute, WriteStartAttribute, WriteStartDocumentAsync, WriteStartDocumentAsync, WriteStartElement, WriteStartElement, WriteStartElementAsync, WriteStringAsync, WriteSurrogateCharEntityAsync, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteWhitespaceAsyncpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EnvelopedSignatureWriter()
throws java.lang.Throwable
java.lang.Throwablepublic EnvelopedSignatureWriter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EnvelopedSignatureWriter(XmlWriter innerWriter, SigningCredentials signingCredentials, java.lang.String referenceId, SecurityTokenSerializer securityTokenSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, SecurityException, ApplicationException, CultureNotFoundException, TypeLoadException, IOException, PlatformNotSupportedException, CryptographicException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionKeyNotFoundExceptionpublic static EnvelopedSignatureWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EnvelopedSignatureWriter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEnvelopedSignatureWriter instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DelegatingXmlDictionaryWriterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DelegatingXmlDictionaryWriterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DelegatingXmlDictionaryWriterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DelegatingXmlDictionaryWriterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DelegatingXmlDictionaryWriterJCType representing the CLR Type of the instantiated Classpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DelegatingXmlDictionaryWriterpublic void WriteEndElement()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
OutOfMemoryException,
ArgumentOutOfRangeException,
ObjectDisposedException,
KeyNotFoundException,
CryptographicUnexpectedOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
XmlException,
NotSupportedException
WriteEndElement in class DelegatingXmlDictionaryWriterjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionKeyNotFoundExceptionCryptographicUnexpectedOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionXmlExceptionNotSupportedExceptionpublic void WriteFullEndElement()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
OutOfMemoryException,
ArgumentOutOfRangeException,
ObjectDisposedException,
KeyNotFoundException,
CryptographicUnexpectedOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
XmlException,
NotSupportedException
WriteFullEndElement in class DelegatingXmlDictionaryWriterjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionKeyNotFoundExceptionCryptographicUnexpectedOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionXmlExceptionNotSupportedExceptionpublic void WriteSignature()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void WriteStartElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String ns)
throws java.lang.Throwable
WriteStartElement in class DelegatingXmlDictionaryWriterjava.lang.Throwable