public class Rfc2898DeriveBytes extends DeriveBytes
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.Rfc2898DeriveBytes
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.Rfc2898DeriveBytes
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Rfc2898DeriveBytes() |
Rfc2898DeriveBytes(byte[] password,
byte[] salt,
int iterations) |
Rfc2898DeriveBytes(byte[] password,
byte[] salt,
int iterations,
HashAlgorithmName hashAlgorithm) |
Rfc2898DeriveBytes(java.lang.Object instance)
Internal constructor.
|
Rfc2898DeriveBytes(java.lang.String password,
byte[] salt) |
Rfc2898DeriveBytes(java.lang.String password,
byte[] salt,
int iterations) |
Rfc2898DeriveBytes(java.lang.String password,
byte[] salt,
int iterations,
HashAlgorithmName hashAlgorithm) |
Rfc2898DeriveBytes(java.lang.String password,
int saltSize) |
Rfc2898DeriveBytes(java.lang.String password,
int saltSize,
int iterations) |
Rfc2898DeriveBytes(java.lang.String password,
int saltSize,
int iterations,
HashAlgorithmName hashAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
static Rfc2898DeriveBytes |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Rfc2898DeriveBytes, a cast assert is made to check if types are compatible. |
byte[] |
CryptDeriveKey(java.lang.String algname,
java.lang.String alghashname,
int keySize,
byte[] rgbIV) |
byte[] |
CryptDeriveKey(java.lang.String dupParam0,
java.lang.String dupParam1,
int dupParam2,
JCORefOut dupParam3) |
byte[] |
GetBytes(int cb) |
int |
getIterationCount() |
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
|
byte[] |
getSalt() |
void |
Reset() |
void |
setIterationCount(int IterationCount) |
void |
setJCOInstance(JCObject instance) |
void |
setSalt(byte[] Salt) |
close, Disposepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Rfc2898DeriveBytes()
throws java.lang.Throwable
java.lang.Throwablepublic Rfc2898DeriveBytes(byte[] password,
byte[] salt,
int iterations)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
IndexOutOfRangeException,
SecurityException,
InvalidOperationException,
ArgumentOutOfRangeException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionCryptographicExceptionpublic Rfc2898DeriveBytes(byte[] password,
byte[] salt,
int iterations,
HashAlgorithmName hashAlgorithm)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
IndexOutOfRangeException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ArgumentOutOfRangeException,
ApplicationException,
CultureNotFoundException,
TypeLoadException,
ObjectDisposedException,
UnauthorizedAccessException,
IOException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionTypeLoadExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic Rfc2898DeriveBytes(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic Rfc2898DeriveBytes(java.lang.String password,
byte[] salt)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
ApplicationException,
NotSupportedException,
InvalidOperationException,
CryptographicException
public Rfc2898DeriveBytes(java.lang.String password,
byte[] salt,
int iterations)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
SecurityException,
InvalidOperationException,
ApplicationException,
NotSupportedException,
TypeLoadException,
CryptographicException
public Rfc2898DeriveBytes(java.lang.String password,
byte[] salt,
int iterations,
HashAlgorithmName hashAlgorithm)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
IndexOutOfRangeException,
SecurityException,
InvalidOperationException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionCryptographicExceptionpublic Rfc2898DeriveBytes(java.lang.String password,
int saltSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
SecurityException,
InvalidOperationException,
ApplicationException,
NotSupportedException,
TypeLoadException,
CryptographicException
public Rfc2898DeriveBytes(java.lang.String password,
int saltSize,
int iterations)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
SecurityException,
InvalidOperationException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionCryptographicExceptionpublic Rfc2898DeriveBytes(java.lang.String password,
int saltSize,
int iterations,
HashAlgorithmName hashAlgorithm)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidOperationException,
SecurityException,
NotSupportedException,
ApplicationException,
CultureNotFoundException,
TypeLoadException,
ObjectDisposedException,
UnauthorizedAccessException,
IOException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionApplicationExceptionCultureNotFoundExceptionTypeLoadExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic static Rfc2898DeriveBytes cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Rfc2898DeriveBytes, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRfc2898DeriveBytes instancejava.lang.Throwable - in case of error during cast operationpublic byte[] CryptDeriveKey(java.lang.String algname,
java.lang.String alghashname,
int keySize,
byte[] rgbIV)
throws java.lang.Throwable,
CryptographicException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
ApplicationException,
CultureNotFoundException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableCryptographicExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] CryptDeriveKey(java.lang.String dupParam0,
java.lang.String dupParam1,
int dupParam2,
JCORefOut dupParam3)
throws java.lang.Throwable,
CryptographicException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
ApplicationException,
CultureNotFoundException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableCryptographicExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionpublic byte[] GetBytes(int cb)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException
GetBytes in class DeriveBytesjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionpublic int getIterationCount()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DeriveBytesString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DeriveBytesString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DeriveBytesObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DeriveBytesString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DeriveBytesJCType representing the CLR Type of the instantiated Classpublic byte[] getSalt()
throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable
Reset in class DeriveBytesjava.lang.Throwablepublic void setIterationCount(int IterationCount)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DeriveBytespublic void setSalt(byte[] Salt)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentException