public class XpsDigitalSignature extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Xps.Packaging.XpsDigitalSignature
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: ReachFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: ReachFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Xps.Packaging.XpsDigitalSignature
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XpsDigitalSignature() |
XpsDigitalSignature(java.lang.Object instance)
Internal constructor.
|
XpsDigitalSignature(PackageDigitalSignature packageSignature,
XpsDocument _package) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XpsDigitalSignature()
throws java.lang.Throwable
java.lang.Throwablepublic XpsDigitalSignature(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XpsDigitalSignature(PackageDigitalSignature packageSignature, XpsDocument _package) throws java.lang.Throwable
java.lang.Throwablepublic static XpsDigitalSignature cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XpsDigitalSignature, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXpsDigitalSignature instancejava.lang.Throwable - in case of error during cast operationpublic boolean getDocumentPropertiesRestricted()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
IOException,
NotSupportedException,
FileFormatException,
XmlException,
CryptographicException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
XPathException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIOExceptionNotSupportedExceptionFileFormatExceptionXmlExceptionCryptographicExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionXPathExceptionOverflowExceptionOutOfMemoryExceptionpublic boolean getIsCertificateAvailable()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
IOException,
IndexOutOfRangeException,
ObjectDisposedException,
FileFormatException,
XmlException,
OutOfMemoryException,
UnreachableException,
NullReferenceException,
NotSupportedException,
RankException,
ArrayTypeMismatchException,
CryptographicException,
XPathException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionIOExceptionIndexOutOfRangeExceptionObjectDisposedExceptionFileFormatExceptionXmlExceptionOutOfMemoryExceptionUnreachableExceptionNullReferenceExceptionNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionCryptographicExceptionXPathExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getSignatureOriginRestricted()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
IOException,
NotSupportedException,
FileFormatException,
XmlException,
CryptographicException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
XPathException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIOExceptionNotSupportedExceptionFileFormatExceptionXmlExceptionCryptographicExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionXPathExceptionOverflowExceptionOutOfMemoryExceptionpublic java.lang.String getSignatureType()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
public byte[] getSignatureValue()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
IOException,
NotSupportedException,
SecurityException,
FileFormatException,
XmlSchemaException,
XmlException,
CryptographicException,
IndexOutOfRangeException,
XPathException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIOExceptionNotSupportedExceptionSecurityExceptionFileFormatExceptionXmlSchemaExceptionXmlExceptionCryptographicExceptionIndexOutOfRangeExceptionXPathExceptionFormatExceptionpublic IXpsFixedDocumentSequenceReader getSignedDocumentSequence() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, IOException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, FileFormatException, XmlException, InvalidDataException, ArgumentOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, KeyNotFoundException, XpsPackagingException, OverflowException, FormatException, CryptographicException, XPathException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionObjectDisposedExceptionIOExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionFileFormatExceptionXmlExceptionInvalidDataExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionKeyNotFoundExceptionXpsPackagingExceptionOverflowExceptionFormatExceptionCryptographicExceptionXPathExceptionpublic X509Certificate getSignerCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IOException, IndexOutOfRangeException, FileFormatException, XmlException, OutOfMemoryException, NotSupportedException, CryptographicException, ObjectDisposedException, XmlSchemaException, RankException, ArrayTypeMismatchException, XPathException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionIOExceptionIndexOutOfRangeExceptionFileFormatExceptionXmlExceptionOutOfMemoryExceptionNotSupportedExceptionCryptographicExceptionObjectDisposedExceptionXmlSchemaExceptionRankExceptionArrayTypeMismatchExceptionXPathExceptionFormatExceptionpublic DateTime getSigningTime() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IOException, NotSupportedException, FileFormatException, XmlException, CryptographicException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, XPathException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIOExceptionNotSupportedExceptionFileFormatExceptionXmlExceptionCryptographicExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionXPathExceptionOverflowExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic VerifyResult Verify() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IOException, IndexOutOfRangeException, FileFormatException, NotSupportedException, OutOfMemoryException, ObjectDisposedException, CryptographicException, XmlException, XPathException, AsnContentException, TypeLoadException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionIOExceptionIndexOutOfRangeExceptionFileFormatExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionCryptographicExceptionXmlExceptionXPathExceptionAsnContentExceptionTypeLoadExceptionpublic VerifyResult Verify(X509Certificate certificate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IOException, FileFormatException, XmlException, CryptographicException, XPathException, OverflowException, MissingMethodException, TargetInvocationException, AsnContentException, FormatException, OutOfMemoryException, NotSupportedException, TypeLoadException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIOExceptionFileFormatExceptionXmlExceptionCryptographicExceptionXPathExceptionOverflowExceptionMissingMethodExceptionTargetInvocationExceptionAsnContentExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionTypeLoadExceptionpublic X509ChainStatusFlags VerifyCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IOException, IndexOutOfRangeException, FileFormatException, XmlException, OutOfMemoryException, NotSupportedException, CryptographicException, ObjectDisposedException, XmlSchemaException, RankException, ArrayTypeMismatchException, XPathException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionIOExceptionIndexOutOfRangeExceptionFileFormatExceptionXmlExceptionOutOfMemoryExceptionNotSupportedExceptionCryptographicExceptionObjectDisposedExceptionXmlSchemaExceptionRankExceptionArrayTypeMismatchExceptionXPathExceptionFormatExceptionpublic static X509ChainStatusFlags VerifyCertificate(X509Certificate certificate) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException