public class EnvelopedSignatureReader extends DelegatingXmlDictionaryReader
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.EnvelopedSignatureReader
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.EnvelopedSignatureReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EnvelopedSignatureReader() |
EnvelopedSignatureReader(java.lang.Object instance)
Internal constructor.
|
EnvelopedSignatureReader(XmlReader reader,
SecurityTokenSerializer securityTokenSerializer) |
EnvelopedSignatureReader(XmlReader reader,
SecurityTokenSerializer securityTokenSerializer,
SecurityTokenResolver signingTokenResolver) |
EnvelopedSignatureReader(XmlReader reader,
SecurityTokenSerializer securityTokenSerializer,
SecurityTokenResolver signingTokenResolver,
boolean requireSignature,
boolean automaticallyReadSignature,
boolean resolveIntrinsicSigningKeys) |
| Modifier and Type | Method and Description |
|---|---|
static EnvelopedSignatureReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EnvelopedSignatureReader, 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
|
SigningCredentials |
getSigningCredentials() |
boolean |
Read() |
void |
setJCOInstance(JCObject instance) |
boolean |
TryReadSignature() |
Close, GetAttribute, GetAttribute, GetAttribute, LookupNamespace, MoveToAttribute, MoveToAttribute, MoveToAttribute, MoveToElement, MoveToFirstAttribute, MoveToNextAttribute, ReadAttributeValue, ReadContentAsBase64, ReadContentAsBase64, ReadContentAsBinHex, ReadContentAsBinHex, ReadContentAsUniqueId, ReadValueChunk, ReadValueChunk, ResolveEntityCreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateBinaryReader, CreateDictionaryReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateMtomReader, CreateTextReader, CreateTextReader, CreateTextReader, CreateTextReader, CreateTextReader, CreateTextReader, CreateTextReader, CreateTextReader, EndCanonicalization, GetAttribute, getCanCanonicalize, GetNonAtomizedNames, getQuotas, IndexOfLocalName, IndexOfLocalName, IndexOfLocalName, IsLocalName, IsLocalName, IsNamespaceUri, IsNamespaceUri, IsStartArray, IsStartElement, MoveToStartElement, MoveToStartElement, MoveToStartElement, MoveToStartElement, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadArray, ReadBooleanArray, ReadBooleanArray, ReadContentAs, ReadContentAsBase64, ReadContentAsBinHex, ReadContentAsChars, ReadContentAsChars, ReadContentAsDecimal, ReadContentAsFloat, ReadContentAsGuid, ReadContentAsQualifiedName, ReadContentAsString, ReadContentAsString, ReadContentAsString, ReadContentAsTimeSpan, ReadDateTimeArray, ReadDateTimeArray, ReadDecimalArray, ReadDecimalArray, ReadDoubleArray, ReadDoubleArray, ReadElementContentAsBase64, ReadElementContentAsBinHex, ReadElementContentAsBoolean, ReadElementContentAsDateTime, ReadElementContentAsDecimal, ReadElementContentAsDouble, ReadElementContentAsFloat, ReadElementContentAsGuid, ReadElementContentAsInt, ReadElementContentAsLong, ReadElementContentAsString, ReadElementContentAsTimeSpan, ReadElementContentAsUniqueId, ReadFullStartElement, ReadFullStartElement, ReadFullStartElement, ReadFullStartElement, ReadGuidArray, ReadGuidArray, ReadInt16Array, ReadInt16Array, ReadInt32Array, ReadInt32Array, ReadInt64Array, ReadInt64Array, ReadSingleArray, ReadSingleArray, ReadStartElement, ReadString, ReadTimeSpanArray, ReadTimeSpanArray, ReadValueAsBase64, ReadValueAsBase64, StartCanonicalization, StartCanonicalization, TryGetArrayLength, TryGetBase64ContentLength, TryGetLocalNameAsDictionaryString, TryGetNamespaceUriAsDictionaryString, TryGetValueAsDictionaryStringclose, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Dispose, getAttributeCount, getBaseURI, getCanReadBinaryContent, getCanReadValueChunk, getCanResolveEntity, getDepth, getEOF, getHasAttributes, getHasValue, getIsDefault, getIsEmptyElement, getLocalName, getName, getNamespaceURI, getNameTable, getNodeType, getPrefix, getQuoteChar, getReadState, getSchemaInfo, getSettings, getValue, getValueType, getXmlLang, getXmlSpace, IsName, IsNameToken, IsStartElement, IsStartElement, IsStartElement, MoveToContent, ReadContentAsBoolean, ReadContentAsDateTime, ReadContentAsDateTimeOffset, ReadContentAsDouble, ReadContentAsInt, ReadContentAsLong, ReadContentAsObject, ReadElementContentAs, ReadElementContentAs, ReadElementContentAsBase64, ReadElementContentAsBase64, ReadElementContentAsBinHex, ReadElementContentAsBinHex, ReadElementContentAsBoolean, ReadElementContentAsDateTime, ReadElementContentAsDecimal, ReadElementContentAsDouble, ReadElementContentAsFloat, ReadElementContentAsInt, ReadElementContentAsLong, ReadElementContentAsObject, ReadElementContentAsObject, ReadElementContentAsString, ReadElementString, ReadElementString, ReadElementString, ReadEndElement, ReadInnerXml, ReadOuterXml, ReadStartElement, ReadStartElement, ReadStartElement, ReadSubtree, ReadToDescendant, ReadToDescendant, ReadToFollowing, ReadToFollowing, ReadToNextSibling, ReadToNextSibling, Skip, SkipAsyncpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EnvelopedSignatureReader()
throws java.lang.Throwable
java.lang.Throwablepublic EnvelopedSignatureReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EnvelopedSignatureReader(XmlReader reader, SecurityTokenSerializer securityTokenSerializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException
public EnvelopedSignatureReader(XmlReader reader, SecurityTokenSerializer securityTokenSerializer, SecurityTokenResolver signingTokenResolver) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic EnvelopedSignatureReader(XmlReader reader, SecurityTokenSerializer securityTokenSerializer, SecurityTokenResolver signingTokenResolver, boolean requireSignature, boolean automaticallyReadSignature, boolean resolveIntrinsicSigningKeys) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static EnvelopedSignatureReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EnvelopedSignatureReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEnvelopedSignatureReader instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DelegatingXmlDictionaryReaderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DelegatingXmlDictionaryReaderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DelegatingXmlDictionaryReaderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DelegatingXmlDictionaryReaderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DelegatingXmlDictionaryReaderJCType representing the CLR Type of the instantiated Classpublic SigningCredentials getSigningCredentials() throws java.lang.Throwable
java.lang.Throwablepublic boolean Read()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException,
CryptographicUnexpectedOperationException,
UnauthorizedAccessException,
IOException,
FormatException
Read in class DelegatingXmlDictionaryReaderjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionCryptographicUnexpectedOperationExceptionUnauthorizedAccessExceptionIOExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DelegatingXmlDictionaryReaderpublic boolean TryReadSignature()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
OutOfMemoryException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
XmlException