public class InMemorySymmetricSecurityKey extends SymmetricSecurityKey
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Tokens.InMemorySymmetricSecurityKey
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.InMemorySymmetricSecurityKey
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
InMemorySymmetricSecurityKey() |
InMemorySymmetricSecurityKey(byte[] symmetricKey) |
InMemorySymmetricSecurityKey(byte[] symmetricKey,
boolean cloneBuffer) |
InMemorySymmetricSecurityKey(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static InMemorySymmetricSecurityKey |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into InMemorySymmetricSecurityKey, a cast assert is made to check if types are compatible. |
byte[] |
DecryptKey(java.lang.String algorithm,
byte[] keyData) |
byte[] |
DecryptKey(java.lang.String dupParam0,
JCORefOut dupParam1) |
byte[] |
EncryptKey(java.lang.String algorithm,
byte[] keyData) |
byte[] |
EncryptKey(java.lang.String dupParam0,
JCORefOut dupParam1) |
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() |
boolean |
IsAsymmetricAlgorithm(java.lang.String algorithm) |
boolean |
IsSupportedAlgorithm(java.lang.String algorithm) |
boolean |
IsSymmetricAlgorithm(java.lang.String algorithm) |
void |
setJCOInstance(JCObject instance) |
getKeySizepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public InMemorySymmetricSecurityKey()
throws java.lang.Throwable
java.lang.Throwablepublic InMemorySymmetricSecurityKey(byte[] symmetricKey)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic InMemorySymmetricSecurityKey(byte[] symmetricKey,
boolean cloneBuffer)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public InMemorySymmetricSecurityKey(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static InMemorySymmetricSecurityKey cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into InMemorySymmetricSecurityKey, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedInMemorySymmetricSecurityKey instancejava.lang.Throwable - in case of error during cast operationpublic byte[] DecryptKey(java.lang.String algorithm,
byte[] keyData)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException,
RankException
DecryptKey in class SecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankExceptionpublic byte[] DecryptKey(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException,
RankException
DecryptKey in class SecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankExceptionpublic byte[] EncryptKey(java.lang.String algorithm,
byte[] keyData)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException,
RankException
EncryptKey in class SecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankExceptionpublic byte[] EncryptKey(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException,
RankException
EncryptKey in class SecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankExceptionpublic byte[] GenerateDerivedKey(java.lang.String algorithm,
byte[] label,
byte[] nonce,
int derivedKeyLength,
int offset)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException,
CryptographicException
GenerateDerivedKey in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionCryptographicExceptionpublic byte[] GenerateDerivedKey(java.lang.String dupParam0,
JCORefOut dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException,
CryptographicException
GenerateDerivedKey in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionCryptographicExceptionpublic ICryptoTransform GetDecryptionTransform(java.lang.String algorithm, byte[] iv) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, ApplicationException, CultureNotFoundException, NotSupportedException, TypeLoadException, IOException, PlatformNotSupportedException, CryptographicException, NotImplementedException, KeyNotFoundException
GetDecryptionTransform in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic ICryptoTransform GetDecryptionTransform(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, ApplicationException, CultureNotFoundException, NotSupportedException, TypeLoadException, IOException, PlatformNotSupportedException, CryptographicException, NotImplementedException, KeyNotFoundException
GetDecryptionTransform in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic ICryptoTransform GetEncryptionTransform(java.lang.String algorithm, byte[] iv) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, ApplicationException, CultureNotFoundException, NotSupportedException, TypeLoadException, IOException, PlatformNotSupportedException, CryptographicException, NotImplementedException, KeyNotFoundException
GetEncryptionTransform in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic ICryptoTransform GetEncryptionTransform(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, ApplicationException, CultureNotFoundException, NotSupportedException, TypeLoadException, IOException, PlatformNotSupportedException, CryptographicException, NotImplementedException, KeyNotFoundException
GetEncryptionTransform in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic int GetIVSize(java.lang.String algorithm)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException
GetIVSize in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SymmetricSecurityKeyString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SymmetricSecurityKeyString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SymmetricSecurityKeyObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SymmetricSecurityKeyString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SymmetricSecurityKeyJCType representing the CLR Type of the instantiated Classpublic KeyedHashAlgorithm GetKeyedHashAlgorithm(java.lang.String algorithm) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, ApplicationException, CultureNotFoundException, NotSupportedException, TypeLoadException, IOException, PlatformNotSupportedException, CryptographicException, NotImplementedException, KeyNotFoundException
GetKeyedHashAlgorithm in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic SymmetricAlgorithm GetSymmetricAlgorithm(java.lang.String algorithm) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, ApplicationException, CultureNotFoundException, NotSupportedException, TypeLoadException, IOException, PlatformNotSupportedException, CryptographicException, NotImplementedException, KeyNotFoundException
GetSymmetricAlgorithm in class SymmetricSecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic byte[] GetSymmetricKey()
throws java.lang.Throwable
GetSymmetricKey in class SymmetricSecurityKeyjava.lang.Throwablepublic boolean IsAsymmetricAlgorithm(java.lang.String algorithm)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException
IsAsymmetricAlgorithm in class SecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic boolean IsSupportedAlgorithm(java.lang.String algorithm)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException
IsSupportedAlgorithm in class SecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic boolean IsSymmetricAlgorithm(java.lang.String algorithm)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
PlatformNotSupportedException,
CryptographicException,
NotImplementedException,
KeyNotFoundException
IsSymmetricAlgorithm in class SecurityKeyjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class SymmetricSecurityKey