Package system.identitymodel.tokens
Class InMemorySymmetricSecurityKey
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.identitymodel.tokens.SecurityKey
-
- system.identitymodel.tokens.SymmetricSecurityKey
-
- system.identitymodel.tokens.InMemorySymmetricSecurityKey
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class InMemorySymmetricSecurityKey extends SymmetricSecurityKey
The base .NET class managing System.IdentityModel.Tokens.InMemorySymmetricSecurityKey, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.IdentityModelstatic java.lang.StringclassNameQualified class name: System.IdentityModel.Tokens.InMemorySymmetricSecurityKeystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description InMemorySymmetricSecurityKey()InMemorySymmetricSecurityKey(byte[] symmetricKey)InMemorySymmetricSecurityKey(byte[] symmetricKey, boolean cloneBuffer)InMemorySymmetricSecurityKey(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InMemorySymmetricSecurityKeycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoInMemorySymmetricSecurityKey, 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)ICryptoTransformGetDecryptionTransform(java.lang.String algorithm, byte[] iv)ICryptoTransformGetDecryptionTransform(java.lang.String dupParam0, JCORefOut dupParam1)ICryptoTransformGetEncryptionTransform(java.lang.String algorithm, byte[] iv)ICryptoTransformGetEncryptionTransform(java.lang.String dupParam0, JCORefOut dupParam1)intGetIVSize(java.lang.String algorithm)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeKeyedHashAlgorithmGetKeyedHashAlgorithm(java.lang.String algorithm)SymmetricAlgorithmGetSymmetricAlgorithm(java.lang.String algorithm)byte[]GetSymmetricKey()booleanIsAsymmetricAlgorithm(java.lang.String algorithm)booleanIsSupportedAlgorithm(java.lang.String algorithm)booleanIsSymmetricAlgorithm(java.lang.String algorithm)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.identitymodel.tokens.SecurityKey
getKeySize
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IdentityModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IdentityModel.Tokens.InMemorySymmetricSecurityKey- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InMemorySymmetricSecurityKey
public InMemorySymmetricSecurityKey(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
InMemorySymmetricSecurityKey
public InMemorySymmetricSecurityKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
InMemorySymmetricSecurityKey
public InMemorySymmetricSecurityKey(byte[] symmetricKey) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryException
-
InMemorySymmetricSecurityKey
public InMemorySymmetricSecurityKey(byte[] symmetricKey, boolean cloneBuffer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classSymmetricSecurityKey- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classSymmetricSecurityKey- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classSymmetricSecurityKey- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classSymmetricSecurityKey- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classSymmetricSecurityKey
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classSymmetricSecurityKey- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static InMemorySymmetricSecurityKey cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoInMemorySymmetricSecurityKey, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
InMemorySymmetricSecurityKeyinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsAsymmetricAlgorithm
public 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- Overrides:
IsAsymmetricAlgorithmin classSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
IsSupportedAlgorithm
public 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- Overrides:
IsSupportedAlgorithmin classSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
IsSymmetricAlgorithm
public 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- Overrides:
IsSymmetricAlgorithmin classSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
DecryptKey
public 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- Overrides:
DecryptKeyin classSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankException
-
DecryptKey
public 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- Overrides:
DecryptKeyin classSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankException
-
EncryptKey
public 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- Overrides:
EncryptKeyin classSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankException
-
EncryptKey
public 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- Overrides:
EncryptKeyin classSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundExceptionRankException
-
GenerateDerivedKey
public 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- Overrides:
GenerateDerivedKeyin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionCryptographicException
-
GenerateDerivedKey
public 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- Overrides:
GenerateDerivedKeyin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionCryptographicException
-
GetSymmetricKey
public byte[] GetSymmetricKey() throws java.lang.Throwable- Overrides:
GetSymmetricKeyin classSymmetricSecurityKey- Throws:
java.lang.Throwable
-
GetIVSize
public 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- Overrides:
GetIVSizein classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
GetDecryptionTransform
public 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
- Overrides:
GetDecryptionTransformin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
GetDecryptionTransform
public 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
- Overrides:
GetDecryptionTransformin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
GetEncryptionTransform
public 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
- Overrides:
GetEncryptionTransformin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
GetEncryptionTransform
public 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
- Overrides:
GetEncryptionTransformin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
GetKeyedHashAlgorithm
public 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
- Overrides:
GetKeyedHashAlgorithmin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
GetSymmetricAlgorithm
public 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
- Overrides:
GetSymmetricAlgorithmin classSymmetricSecurityKey- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionPlatformNotSupportedExceptionCryptographicExceptionNotImplementedExceptionKeyNotFoundException
-
-