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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
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, FromXmlString, SignData, SignData, SignData, SignData, SignData, ToXmlString, VerifyData, VerifyData, VerifyData, VerifyData, VerifyData, VerifyDataClear, close, Create, Create, Dispose, 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,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
CryptographicException,
RankException,
ObjectDisposedException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionRankExceptionObjectDisposedExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic DSACryptoServiceProvider(CspParameters parameters) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException, CryptographicException, RankException, ObjectDisposedException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException
public DSACryptoServiceProvider(int dwKeySize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
CryptographicException,
RankException,
ObjectDisposedException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionRankExceptionObjectDisposedExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic DSACryptoServiceProvider(int dwKeySize,
CspParameters parameters)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
InvalidOperationException,
CryptographicException,
RankException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionCryptographicExceptionRankExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic 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,
ArgumentNullException,
ArgumentException,
CryptographicException,
RankException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
ApplicationException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException
CreateSignature in class DSAjava.lang.ThrowableArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] CreateSignature(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CryptographicException, RankException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, ApplicationException, CultureNotFoundException, MissingMethodException, TargetInvocationException
CreateSignature in class DSAjava.lang.ThrowableArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] ExportCspBlob(boolean includePrivateParameters)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
FormatException,
CryptographicException,
RankException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionFormatExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic DSAParameters ExportParameters(boolean includePrivateParameters) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, CryptographicException, RankException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException
ExportParameters in class DSAjava.lang.ThrowableArgumentExceptionArgumentNullExceptionFormatExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic CspKeyContainerInfo getCspKeyContainerInfo() throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, CryptographicException, RankException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionFormatExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic 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,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
CryptographicException,
RankException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionCryptographicExceptionRankExceptionpublic boolean getPublicOnly()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
FormatException,
CryptographicException,
RankException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionFormatExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionpublic static boolean getUseMachineKeyStore()
throws java.lang.Throwable
java.lang.Throwablepublic void ImportCspBlob(byte[] keyBlob)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CryptographicException,
RankException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionpublic void ImportCspBlob(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CryptographicException, RankException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionpublic void ImportParameters(DSAParameters parameters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, CryptographicException, RankException, ArgumentOutOfRangeException
ImportParameters in class DSAjava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DSApublic void setPersistKeyInCsp(boolean PersistKeyInCsp)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
FormatException,
CryptographicException,
RankException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionFormatExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionpublic static void setUseMachineKeyStore(boolean UseMachineKeyStore)
throws java.lang.Throwable
java.lang.Throwablepublic byte[] SignData(byte[] buffer)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
CryptographicException,
RankException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException,
IndexOutOfRangeException,
SecurityException,
ApplicationException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] SignData(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
ObjectDisposedException,
CryptographicException,
RankException,
InvalidOperationException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException,
IndexOutOfRangeException,
SecurityException,
ApplicationException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionCryptographicExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] SignData(JCORefOut dupParam0) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, CryptographicException, RankException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException, IndexOutOfRangeException, SecurityException, ApplicationException, CultureNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] SignData(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, CryptographicException, RankException, InvalidOperationException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException, IndexOutOfRangeException, SecurityException, ApplicationException, CultureNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionCryptographicExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] SignData(Stream inputStream) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, CryptographicException, RankException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException, IndexOutOfRangeException, SecurityException, ApplicationException, CultureNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] SignHash(byte[] rgbHash,
java.lang.String str)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CryptographicException,
RankException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
NotSupportedException,
IndexOutOfRangeException,
SecurityException,
ApplicationException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] SignHash(JCORefOut dupParam0, java.lang.String dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CryptographicException, RankException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, UnauthorizedAccessException, PrivilegeNotHeldException, NotSupportedException, IndexOutOfRangeException, SecurityException, ApplicationException, CultureNotFoundException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCryptographicExceptionRankExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionpublic boolean VerifyData(byte[] rgbData,
byte[] rgbSignature)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
ArgumentOutOfRangeException,
ApplicationException,
CultureNotFoundException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
CryptographicException,
RankException,
UnauthorizedAccessException,
PrivilegeNotHeldException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionpublic boolean VerifyData(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, SecurityException, NotSupportedException, ArgumentOutOfRangeException, ApplicationException, CultureNotFoundException, OutOfMemoryException, MissingMethodException, TargetInvocationException, CryptographicException, RankException, UnauthorizedAccessException, PrivilegeNotHeldException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionpublic boolean VerifyHash(byte[] rgbHash,
java.lang.String str,
byte[] rgbSignature)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
ApplicationException,
CultureNotFoundException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
CryptographicException,
RankException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionObjectDisposedExceptionpublic boolean VerifyHash(JCORefOut dupParam0, java.lang.String dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, ApplicationException, CultureNotFoundException, OutOfMemoryException, MissingMethodException, TargetInvocationException, CryptographicException, RankException, UnauthorizedAccessException, PrivilegeNotHeldException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionObjectDisposedExceptionpublic boolean VerifySignature(byte[] rgbHash,
byte[] rgbSignature)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
ArgumentOutOfRangeException,
ApplicationException,
CultureNotFoundException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
CryptographicException,
RankException,
UnauthorizedAccessException,
PrivilegeNotHeldException,
ObjectDisposedException
VerifySignature in class DSAjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionObjectDisposedExceptionpublic boolean VerifySignature(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, SecurityException, NotSupportedException, ArgumentOutOfRangeException, ApplicationException, CultureNotFoundException, OutOfMemoryException, MissingMethodException, TargetInvocationException, CryptographicException, RankException, UnauthorizedAccessException, PrivilegeNotHeldException, ObjectDisposedException
VerifySignature in class DSAjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionRankExceptionUnauthorizedAccessExceptionPrivilegeNotHeldExceptionObjectDisposedException