public class SymmetricSecurityKey extends SecurityKey
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Tokens.SymmetricSecurityKey
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.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.IdentityModel
|
static java.lang.String |
className
Qualified class name: System.IdentityModel.Tokens.SymmetricSecurityKey
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SymmetricSecurityKey() |
SymmetricSecurityKey(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SymmetricSecurityKey |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SymmetricSecurityKey, a cast assert is made to check if types are compatible. |
byte[] |
GenerateDerivedKey(java.lang.String algorithm,
byte[] label,
byte[] nonce,
int derivedKeyLength,
int offset) |
byte[] |
GenerateDerivedKey(java.lang.String dupParam0,
JCORefOut dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
ICryptoTransform |
GetDecryptionTransform(java.lang.String algorithm,
byte[] iv) |
ICryptoTransform |
GetDecryptionTransform(java.lang.String dupParam0,
JCORefOut dupParam1) |
ICryptoTransform |
GetEncryptionTransform(java.lang.String algorithm,
byte[] iv) |
ICryptoTransform |
GetEncryptionTransform(java.lang.String dupParam0,
JCORefOut dupParam1) |
int |
GetIVSize(java.lang.String algorithm) |
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
|
KeyedHashAlgorithm |
GetKeyedHashAlgorithm(java.lang.String algorithm) |
SymmetricAlgorithm |
GetSymmetricAlgorithm(java.lang.String algorithm) |
byte[] |
GetSymmetricKey() |
void |
setJCOInstance(JCObject instance) |
DecryptKey, DecryptKey, EncryptKey, EncryptKey, getKeySize, IsAsymmetricAlgorithm, IsSupportedAlgorithm, IsSymmetricAlgorithmpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SymmetricSecurityKey()
throws java.lang.Throwable
java.lang.Throwablepublic SymmetricSecurityKey(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SymmetricSecurityKey cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SymmetricSecurityKey, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSymmetricSecurityKey instancejava.lang.Throwable - in case of error during cast operationpublic byte[] GenerateDerivedKey(java.lang.String algorithm,
byte[] label,
byte[] nonce,
int derivedKeyLength,
int offset)
throws java.lang.Throwable
java.lang.Throwablepublic byte[] GenerateDerivedKey(java.lang.String dupParam0,
JCORefOut dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable
java.lang.Throwablepublic ICryptoTransform GetDecryptionTransform(java.lang.String algorithm, byte[] iv) throws java.lang.Throwable
java.lang.Throwablepublic ICryptoTransform GetDecryptionTransform(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic ICryptoTransform GetEncryptionTransform(java.lang.String algorithm, byte[] iv) throws java.lang.Throwable
java.lang.Throwablepublic ICryptoTransform GetEncryptionTransform(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic int GetIVSize(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SecurityKeyString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SecurityKeyString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SecurityKeyObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SecurityKeyString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SecurityKeyJCType representing the CLR Type of the instantiated Classpublic KeyedHashAlgorithm GetKeyedHashAlgorithm(java.lang.String algorithm) throws java.lang.Throwable
java.lang.Throwablepublic SymmetricAlgorithm GetSymmetricAlgorithm(java.lang.String algorithm) throws java.lang.Throwable
java.lang.Throwablepublic byte[] GetSymmetricKey()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class SecurityKey