public class DES extends SymmetricAlgorithm
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.DES
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.DES
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DES() |
DES(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DES |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DES, a cast assert is made to check if types are compatible. |
static DES |
CreateNewDES() |
static DES |
CreateNewDES(java.lang.String algName) |
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
|
static boolean |
IsSemiWeakKey(byte[] rgbKey) |
static boolean |
IsSemiWeakKey(JCORefOut dupParam0) |
static boolean |
IsWeakKey(byte[] rgbKey) |
static boolean |
IsWeakKey(JCORefOut dupParam0) |
void |
setJCOInstance(JCObject instance) |
Clear, close, Create, Create, CreateDecryptor, CreateDecryptor, CreateDecryptor, CreateEncryptor, CreateEncryptor, CreateEncryptor, DecryptCbc, DecryptCbc, DecryptCfb, DecryptCfb, DecryptEcb, DecryptEcb, Dispose, EncryptCbc, EncryptCbc, EncryptCfb, EncryptCfb, EncryptEcb, EncryptEcb, GenerateIV, GenerateKey, getBlockSize, GetCiphertextLengthCbc, GetCiphertextLengthCfb, GetCiphertextLengthEcb, getFeedbackSize, getIV, getKey, getKeySize, getLegalBlockSizes, getLegalKeySizes, getMode, getPadding, setBlockSize, setFeedbackSize, setIV, setKey, setKeySize, setMode, setPadding, ValidKeySizepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DES()
throws java.lang.Throwable
java.lang.Throwablepublic DES(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DES cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DES, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDES instancejava.lang.Throwable - in case of error during cast operationpublic static DES CreateNewDES() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic static DES CreateNewDES(java.lang.String algName) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, RankException, ArrayTypeMismatchException, TypeLoadException, FileLoadException, FileNotFoundException, CryptographicException, NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionTypeLoadExceptionFileLoadExceptionFileNotFoundExceptionCryptographicExceptionNullReferenceExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SymmetricAlgorithmString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SymmetricAlgorithmString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SymmetricAlgorithmObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SymmetricAlgorithmString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SymmetricAlgorithmJCType representing the CLR Type of the instantiated Classpublic static boolean IsSemiWeakKey(byte[] rgbKey)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
CryptographicException
public static boolean IsSemiWeakKey(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, CryptographicException
public static boolean IsWeakKey(byte[] rgbKey)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
CryptographicException
public static boolean IsWeakKey(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, CryptographicException
public void setJCOInstance(JCObject instance)
setJCOInstance in class SymmetricAlgorithm