public class ManifestSignatureInformation extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.ManifestSignatureInformation
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.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Core
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.ManifestSignatureInformation
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ManifestSignatureInformation() |
ManifestSignatureInformation(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ManifestSignatureInformation()
throws java.lang.Throwable
java.lang.Throwablepublic ManifestSignatureInformation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ManifestSignatureInformation cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ManifestSignatureInformation, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedManifestSignatureInformation instancejava.lang.Throwable - in case of error during cast operationpublic AuthenticodeSignatureInformation getAuthenticodeSignature() throws java.lang.Throwable
java.lang.Throwablepublic 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 ManifestKinds getManifest() throws java.lang.Throwable
java.lang.Throwablepublic StrongNameSignatureInformation getStrongNameSignature() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static ManifestSignatureInformationCollection VerifySignature(ActivationContext application) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, InvalidOperationException, ArgumentException, CultureNotFoundException, NotSupportedException, FormatException, NullReferenceException, XPathException, CryptographicException, NotImplementedException, SecurityException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionXmlExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionXPathExceptionCryptographicExceptionNotImplementedExceptionSecurityExceptionAccessViolationExceptionpublic static ManifestSignatureInformationCollection VerifySignature(ActivationContext application, ManifestKinds manifests) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, InvalidOperationException, ArgumentException, XmlSchemaException, CultureNotFoundException, FormatException, IndexOutOfRangeException, NullReferenceException, XPathException, CryptographicException, NotSupportedException, NotImplementedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ObjectDisposedException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionXmlExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionXmlSchemaExceptionCultureNotFoundExceptionFormatExceptionIndexOutOfRangeExceptionNullReferenceExceptionXPathExceptionCryptographicExceptionNotSupportedExceptionNotImplementedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionObjectDisposedExceptionAccessViolationExceptionpublic static ManifestSignatureInformationCollection VerifySignature(ActivationContext application, ManifestKinds manifests, X509RevocationFlag revocationFlag, X509RevocationMode revocationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentException, XmlException, XmlSchemaException, CultureNotFoundException, ConfigurationErrorsException, OutOfMemoryException, FormatException, XPathException, CryptographicException, ObjectDisposedException, AccessViolationException, UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionXmlExceptionXmlSchemaExceptionCultureNotFoundExceptionConfigurationErrorsExceptionOutOfMemoryExceptionFormatExceptionXPathExceptionCryptographicExceptionObjectDisposedExceptionAccessViolationExceptionUriFormatException