Package system.identitymodel
Class EnvelopedSignatureWriter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlWriter
-
- system.xml.XmlDictionaryWriter
-
- system.identitymodel.DelegatingXmlDictionaryWriter
-
- system.identitymodel.EnvelopedSignatureWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class EnvelopedSignatureWriter extends DelegatingXmlDictionaryWriter
The base .NET class managing System.IdentityModel.EnvelopedSignatureWriter, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.EnvelopedSignatureWriter
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.IdentityModelstatic java.lang.StringclassNameQualified class name: System.IdentityModel.EnvelopedSignatureWriterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description EnvelopedSignatureWriter()EnvelopedSignatureWriter(java.lang.Object instance)Internal constructor.EnvelopedSignatureWriter(XmlWriter innerWriter, SigningCredentials signingCredentials, java.lang.String referenceId, SecurityTokenSerializer securityTokenSerializer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvelopedSignatureWritercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoEnvelopedSignatureWriter, a cast assert is made to check if types are compatible.java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypevoidsetJCOInstance(JCObject instance)voidWriteEndElement()voidWriteFullEndElement()voidWriteSignature()voidWriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns)-
Methods inherited from class system.identitymodel.DelegatingXmlDictionaryWriter
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, WriteXmlnsAttribute
-
Methods inherited from class system.xml.XmlDictionaryWriter
CreateBinaryWriter, 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, WriteXmlnsAttribute
-
Methods inherited from class system.xml.XmlWriter
close, 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, WriteWhitespaceAsync
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IdentityModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IdentityModel.EnvelopedSignatureWriter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EnvelopedSignatureWriter
public EnvelopedSignatureWriter(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
EnvelopedSignatureWriter
public EnvelopedSignatureWriter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
EnvelopedSignatureWriter
public 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
- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionKeyNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDelegatingXmlDictionaryWriter- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDelegatingXmlDictionaryWriter- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDelegatingXmlDictionaryWriter- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDelegatingXmlDictionaryWriter- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDelegatingXmlDictionaryWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDelegatingXmlDictionaryWriter- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static EnvelopedSignatureWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoEnvelopedSignatureWriter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
EnvelopedSignatureWriterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
WriteEndElement
public void WriteEndElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, ObjectDisposedException, KeyNotFoundException, CryptographicUnexpectedOperationException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotSupportedException- Overrides:
WriteEndElementin classDelegatingXmlDictionaryWriter- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionKeyNotFoundExceptionCryptographicUnexpectedOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionXmlExceptionNotSupportedException
-
WriteFullEndElement
public void WriteFullEndElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, ObjectDisposedException, KeyNotFoundException, CryptographicUnexpectedOperationException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotSupportedException- Overrides:
WriteFullEndElementin classDelegatingXmlDictionaryWriter- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionKeyNotFoundExceptionCryptographicUnexpectedOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionXmlExceptionNotSupportedException
-
WriteSignature
public void WriteSignature() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryException
-
WriteStartElement
public void WriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable- Overrides:
WriteStartElementin classDelegatingXmlDictionaryWriter- Throws:
java.lang.Throwable
-
-