public class SignerInfo extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.Pkcs.SignerInfo
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.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.Pkcs.SignerInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SignerInfo() |
SignerInfo(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 SignerInfo()
throws java.lang.Throwable
java.lang.Throwablepublic SignerInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SignerInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SignerInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSignerInfo instancejava.lang.Throwable - in case of error during cast operationpublic void CheckHash()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
OutOfMemoryException,
CryptographicException,
InvalidOperationException,
SecurityException,
MissingMethodException,
TargetInvocationException,
NotSupportedException
public void CheckSignature(boolean verifySignatureOnly)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CryptographicException,
OutOfMemoryException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
AccessViolationException,
SecurityException,
ArgumentOutOfRangeException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCryptographicExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionSecurityExceptionArgumentOutOfRangeExceptionRankExceptionpublic void CheckSignature(X509Certificate2Collection extraStore, boolean verifySignatureOnly) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentException, CryptographicException, OutOfMemoryException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, InvalidOperationException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, RankException, ApplicationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionCryptographicExceptionOutOfMemoryExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionSecurityExceptionRankExceptionApplicationExceptionpublic void ComputeCounterSignature()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
CryptographicException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
AccessViolationException,
OverflowException,
InvalidTimeZoneException,
ApplicationException,
NotSupportedException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCryptographicExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionOverflowExceptionInvalidTimeZoneExceptionApplicationExceptionNotSupportedExceptionRankExceptionpublic void ComputeCounterSignature(CmsSigner signer) throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AccessViolationException, SecurityException, MissingMethodException, TargetInvocationException, OverflowException, ApplicationException, TypeLoadException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAccessViolationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionApplicationExceptionTypeLoadExceptionRankExceptionpublic X509Certificate2 getCertificate() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, CryptographicException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, FormatException, SecurityException, MissingMethodException, TargetInvocationException, AccessViolationException, RankException, OverflowException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionCryptographicExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionFormatExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionRankExceptionOverflowExceptionpublic SignerInfoCollection getCounterSignerInfos() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CryptographicException, OutOfMemoryException
public Oid getDigestAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CryptographicException, MissingMethodException, TargetInvocationException, NotSupportedException
public 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 byte[] GetSignature()
throws java.lang.Throwable
java.lang.Throwablepublic Oid getSignatureAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CryptographicException, MissingMethodException, TargetInvocationException, NotSupportedException
public CryptographicAttributeObjectCollection getSignedAttributes() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ApplicationException, NotSupportedException
public SubjectIdentifier getSignerIdentifier() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, SecurityException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionpublic CryptographicAttributeObjectCollection getUnsignedAttributes() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ApplicationException, NotSupportedException
public int getVersion()
throws java.lang.Throwable
java.lang.Throwablepublic void RemoveCounterSignature(int index)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentNullException,
CryptographicException,
ArgumentException,
InvalidOperationException,
SecurityException,
MissingMethodException,
TargetInvocationException,
NotSupportedException
public void RemoveCounterSignature(SignerInfo counterSignerInfo) throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject