public class DSACryptoServiceProvider extends DSA
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.DSACryptoServiceProvider
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.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.Cryptography
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.DSACryptoServiceProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DSACryptoServiceProvider() |
DSACryptoServiceProvider(CspParameters parameters) |
DSACryptoServiceProvider(int dwKeySize) |
DSACryptoServiceProvider(int dwKeySize,
CspParameters parameters) |
DSACryptoServiceProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DSACryptoServiceProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DSACryptoServiceProvider, a cast assert is made to check if types are compatible. |
byte[] |
CreateSignature(byte[] rgbHash) |
byte[] |
CreateSignature(JCORefOut dupParam0) |
byte[] |
ExportCspBlob(boolean includePrivateParameters) |
DSAParameters |
ExportParameters(boolean includePrivateParameters) |
CspKeyContainerInfo |
getCspKeyContainerInfo() |
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
|
boolean |
getPersistKeyInCsp() |
boolean |
getPublicOnly() |
static boolean |
getUseMachineKeyStore() |
void |
ImportCspBlob(byte[] keyBlob) |
void |
ImportCspBlob(JCORefOut dupParam0) |
void |
ImportParameters(DSAParameters parameters) |
void |
setJCOInstance(JCObject instance) |
void |
setPersistKeyInCsp(boolean PersistKeyInCsp) |
static void |
setUseMachineKeyStore(boolean UseMachineKeyStore) |
byte[] |
SignData(byte[] buffer) |
byte[] |
SignData(byte[] buffer,
int offset,
int count) |
byte[] |
SignData(JCORefOut dupParam0) |
byte[] |
SignData(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
byte[] |
SignData(Stream inputStream) |
byte[] |
SignHash(byte[] rgbHash,
java.lang.String str) |
byte[] |
SignHash(JCORefOut dupParam0,
java.lang.String dupParam1) |
boolean |
VerifyData(byte[] rgbData,
byte[] rgbSignature) |
boolean |
VerifyData(JCORefOut dupParam0,
JCORefOut dupParam1) |
boolean |
VerifyHash(byte[] rgbHash,
java.lang.String str,
byte[] rgbSignature) |
boolean |
VerifyHash(JCORefOut dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2) |
boolean |
VerifySignature(byte[] rgbHash,
byte[] rgbSignature) |
boolean |
VerifySignature(JCORefOut dupParam0,
JCORefOut dupParam1) |
Create, Create, CreateNewDSA, CreateNewDSA, CreateSignature, CreateSignature, FromXmlString, GetMaxSignatureSize, SignData, SignData, SignData, SignData, SignData, SignData, SignData, SignData, SignData, SignData, ToXmlString, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifySignature, VerifySignatureClear, close, Create, Create, Dispose, ExportPkcs8PrivateKey, ExportPkcs8PrivateKeyPem, ExportSubjectPublicKeyInfo, ExportSubjectPublicKeyInfoPem, getKeyExchangeAlgorithm, getKeySize, getLegalKeySizes, getSignatureAlgorithm, setKeySizepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DSACryptoServiceProvider()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
CryptographicException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException
public DSACryptoServiceProvider(CspParameters parameters) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, CryptographicException, OutOfMemoryException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionpublic DSACryptoServiceProvider(int dwKeySize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
CryptographicException,
ArrayTypeMismatchException,
InvalidOperationException,
NotSupportedException,
ObjectDisposedException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionCryptographicExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionpublic DSACryptoServiceProvider(int dwKeySize,
CspParameters parameters)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
CryptographicException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionpublic DSACryptoServiceProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DSACryptoServiceProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DSACryptoServiceProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDSACryptoServiceProvider instancejava.lang.Throwable - in case of error during cast operationpublic byte[] CreateSignature(byte[] rgbHash)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException,
IndexOutOfRangeException
CreateSignature in class DSAjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic byte[] CreateSignature(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException
CreateSignature in class DSAjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic byte[] ExportCspBlob(boolean includePrivateParameters)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
CryptographicException,
CultureNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCryptographicExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionpublic DSAParameters ExportParameters(boolean includePrivateParameters) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, CryptographicException, ArrayTypeMismatchException, ObjectDisposedException, ArgumentNullException, OutOfMemoryException, MissingMethodException, TargetInvocationException, EndOfStreamException, IOException, CryptographicUnexpectedOperationException
ExportParameters in class DSAjava.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionCryptographicExceptionArrayTypeMismatchExceptionObjectDisposedExceptionArgumentNullExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionEndOfStreamExceptionIOExceptionCryptographicUnexpectedOperationExceptionpublic CspKeyContainerInfo getCspKeyContainerInfo() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CryptographicException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCryptographicExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DSAString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DSAString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DSAObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DSAString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DSAJCType representing the CLR Type of the instantiated Classpublic boolean getPersistKeyInCsp()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
CryptographicException,
CultureNotFoundException,
OutOfMemoryException
public boolean getPublicOnly()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
CryptographicException,
CultureNotFoundException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCryptographicExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionpublic static boolean getUseMachineKeyStore()
throws java.lang.Throwable
java.lang.Throwablepublic void ImportCspBlob(byte[] keyBlob)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
CryptographicException,
CultureNotFoundException,
OutOfMemoryException
public void ImportCspBlob(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CryptographicException, CultureNotFoundException, OutOfMemoryException
public void ImportParameters(DSAParameters parameters) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, FormatException, CryptographicException, ArgumentNullException, NotSupportedException, ObjectDisposedException, CultureNotFoundException, MissingMethodException, TargetInvocationException, OutOfMemoryException
ImportParameters in class DSAjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionFormatExceptionCryptographicExceptionArgumentNullExceptionNotSupportedExceptionObjectDisposedExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DSApublic void setPersistKeyInCsp(boolean PersistKeyInCsp)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
CryptographicException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
ArgumentNullException,
OutOfMemoryException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionCryptographicExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionArgumentNullExceptionOutOfMemoryExceptionpublic static void setUseMachineKeyStore(boolean UseMachineKeyStore)
throws java.lang.Throwable
java.lang.Throwablepublic byte[] SignData(byte[] buffer)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
CryptographicException,
OutOfMemoryException,
IndexOutOfRangeException
public byte[] SignData(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
CryptographicException,
ArgumentNullException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCryptographicExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionpublic byte[] SignData(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException
public byte[] SignData(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CryptographicException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCryptographicExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionpublic byte[] SignData(Stream inputStream) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, CryptographicException, PlatformNotSupportedException, ArrayTypeMismatchException, IOException, OutOfMemoryException, IndexOutOfRangeException
public byte[] SignHash(byte[] rgbHash,
java.lang.String str)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
CryptographicException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingMethodException,
TargetInvocationException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionpublic byte[] SignHash(JCORefOut dupParam0, java.lang.String dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionpublic boolean VerifyData(byte[] rgbData,
byte[] rgbSignature)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
CryptographicException,
IndexOutOfRangeException,
OutOfMemoryException,
NullReferenceException,
ExternalException,
CultureNotFoundException,
FormatException,
ObjectDisposedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionCryptographicExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNullReferenceExceptionExternalExceptionCultureNotFoundExceptionFormatExceptionObjectDisposedExceptionpublic boolean VerifyData(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, CryptographicException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException, ExternalException, CultureNotFoundException, FormatException, ObjectDisposedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionCryptographicExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNullReferenceExceptionExternalExceptionCultureNotFoundExceptionFormatExceptionObjectDisposedExceptionpublic boolean VerifyHash(byte[] rgbHash,
java.lang.String str,
byte[] rgbSignature)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
OutOfMemoryException,
CryptographicException,
CultureNotFoundException,
NullReferenceException,
ExternalException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionCryptographicExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionpublic boolean VerifyHash(JCORefOut dupParam0, java.lang.String dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, CryptographicException, CultureNotFoundException, NullReferenceException, ExternalException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionCryptographicExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionpublic boolean VerifySignature(byte[] rgbHash,
byte[] rgbSignature)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
CryptographicException,
NullReferenceException,
ExternalException,
CultureNotFoundException,
FormatException,
ArrayTypeMismatchException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException
VerifySignature in class DSAjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionNullReferenceExceptionExternalExceptionCultureNotFoundExceptionFormatExceptionArrayTypeMismatchExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionpublic boolean VerifySignature(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, CryptographicException, NullReferenceException, ExternalException, CultureNotFoundException, FormatException, ArrayTypeMismatchException, ObjectDisposedException, MissingMethodException, TargetInvocationException
VerifySignature in class DSAjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionNullReferenceExceptionExternalExceptionCultureNotFoundExceptionFormatExceptionArrayTypeMismatchExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationException