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.String
assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.IdentityModelstatic java.lang.String
className
Qualified class name: System.IdentityModel.EnvelopedSignatureWriterstatic JCType
classType
The 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 EnvelopedSignatureWriter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoEnvelopedSignatureWriter
, a cast assert is made to check if types are compatible.java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
setJCOInstance(JCObject instance)
void
WriteEndElement()
void
WriteFullEndElement()
void
WriteSignature()
void
WriteStartElement(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.Throwable
Internal 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.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
SecurityException
ApplicationException
CultureNotFoundException
TypeLoadException
IOException
PlatformNotSupportedException
CryptographicException
KeyNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDelegatingXmlDictionaryWriter
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDelegatingXmlDictionaryWriter
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDelegatingXmlDictionaryWriter
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDelegatingXmlDictionaryWriter
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDelegatingXmlDictionaryWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDelegatingXmlDictionaryWriter
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static EnvelopedSignatureWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoEnvelopedSignatureWriter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
EnvelopedSignatureWriter
instance- 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:
WriteEndElement
in classDelegatingXmlDictionaryWriter
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
OutOfMemoryException
ArgumentOutOfRangeException
ObjectDisposedException
KeyNotFoundException
CryptographicUnexpectedOperationException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotSupportedException
-
WriteFullEndElement
public void WriteFullEndElement() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, ObjectDisposedException, KeyNotFoundException, CryptographicUnexpectedOperationException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotSupportedException
- Overrides:
WriteFullEndElement
in classDelegatingXmlDictionaryWriter
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
OutOfMemoryException
ArgumentOutOfRangeException
ObjectDisposedException
KeyNotFoundException
CryptographicUnexpectedOperationException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotSupportedException
-
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.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
OverflowException
OutOfMemoryException
-
WriteStartElement
public void WriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable
- Overrides:
WriteStartElement
in classDelegatingXmlDictionaryWriter
- Throws:
java.lang.Throwable
-
-