Package system.security.cryptography
Class CngKey
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.security.cryptography.CngKey
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class CngKey extends NetObject implements java.lang.AutoCloseable
The base .NET class managing System.Security.Cryptography.CngKey, System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.CngKey
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.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Corestatic java.lang.StringclassNameQualified class name: System.Security.Cryptography.CngKeystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CngKeycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCngKey, a cast assert is made to check if types are compatible.voidclose()static CngKeyCreate(CngAlgorithm algorithm)static CngKeyCreate(CngAlgorithm algorithm, java.lang.String keyName)static CngKeyCreate(CngAlgorithm algorithm, java.lang.String keyName, CngKeyCreationParameters creationParameters)voidDelete()voidDispose()static booleanExists(java.lang.String keyName)static booleanExists(java.lang.String keyName, CngProvider provider)static booleanExists(java.lang.String keyName, CngProvider provider, CngKeyOpenOptions options)byte[]Export(CngKeyBlobFormat format)CngAlgorithmgetAlgorithm()CngAlgorithmGroupgetAlgorithmGroup()CngExportPoliciesgetExportPolicy()SafeNCryptKeyHandlegetHandle()booleangetIsEphemeral()booleangetIsMachineKey()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 Typejava.lang.StringgetKeyName()intgetKeySize()CngKeyUsagesgetKeyUsage()CngPropertyGetProperty(java.lang.String name, CngPropertyOptions options)CngProvidergetProvider()SafeNCryptProviderHandlegetProviderHandle()CngUIPolicygetUIPolicy()java.lang.StringgetUniqueName()booleanHasProperty(java.lang.String name, CngPropertyOptions options)static CngKeyImport(byte[] keyBlob, CngKeyBlobFormat format)static CngKeyImport(byte[] keyBlob, CngKeyBlobFormat format, CngProvider provider)static CngKeyImport(JCORefOut dupParam0, CngKeyBlobFormat dupParam1)static CngKeyImport(JCORefOut dupParam0, CngKeyBlobFormat dupParam1, CngProvider dupParam2)static CngKeyOpen(java.lang.String keyName)static CngKeyOpen(java.lang.String keyName, CngProvider provider)static CngKeyOpen(java.lang.String keyName, CngProvider provider, CngKeyOpenOptions openOptions)static CngKeyOpen(SafeNCryptKeyHandle keyHandle, CngKeyHandleOpenOptions keyHandleOpenOptions)voidsetExportPolicy(CngExportPolicies ExportPolicy)voidsetIsEphemeral(boolean IsEphemeral)voidsetJCOInstance(JCObject instance)voidSetProperty(CngProperty property)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Core, 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.Core- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Security.Cryptography.CngKey- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CngKey cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCngKey, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CngKeyinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Exists
public static boolean Exists(java.lang.String keyName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, CryptographicException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionCryptographicException
-
Exists
public static boolean Exists(java.lang.String keyName, CngProvider provider) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, CryptographicException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionCryptographicException
-
Exists
public static boolean Exists(java.lang.String keyName, CngProvider provider, CngKeyOpenOptions options) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, CryptographicException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionCryptographicException
-
HasProperty
public boolean HasProperty(java.lang.String name, CngPropertyOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCryptographicException
-
Export
public byte[] Export(CngKeyBlobFormat format) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentOutOfRangeException, CryptographicException, ArgumentException, RankException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentOutOfRangeExceptionCryptographicExceptionArgumentExceptionRankException
-
Create
public static CngKey Create(CngAlgorithm algorithm) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, RankException, CryptographicException
-
Create
public static CngKey Create(CngAlgorithm algorithm, java.lang.String keyName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, RankException, CryptographicException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionRankExceptionCryptographicException
-
Create
public static CngKey Create(CngAlgorithm algorithm, java.lang.String keyName, CngKeyCreationParameters creationParameters) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, PlatformNotSupportedException, RankException, CryptographicException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionPlatformNotSupportedExceptionRankExceptionCryptographicException
-
Import
public static CngKey Import(byte[] keyBlob, CngKeyBlobFormat format) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryException
-
Import
public static CngKey Import(JCORefOut dupParam0, CngKeyBlobFormat dupParam1) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryException
-
Import
public static CngKey Import(byte[] keyBlob, CngKeyBlobFormat format, CngProvider provider) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCryptographicExceptionOutOfMemoryException
-
Import
public static CngKey Import(JCORefOut dupParam0, CngKeyBlobFormat dupParam1, CngProvider dupParam2) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCryptographicExceptionOutOfMemoryException
-
Open
public static CngKey Open(SafeNCryptKeyHandle keyHandle, CngKeyHandleOpenOptions keyHandleOpenOptions) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicException
-
Open
public static CngKey Open(java.lang.String keyName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, RankException, CryptographicException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionRankExceptionCryptographicException
-
Open
public static CngKey Open(java.lang.String keyName, CngProvider provider) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, RankException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionRankExceptionCryptographicException
-
Open
public static CngKey Open(java.lang.String keyName, CngProvider provider, CngKeyOpenOptions openOptions) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, RankException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionRankExceptionCryptographicException
-
GetProperty
public CngProperty GetProperty(java.lang.String name, CngPropertyOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCryptographicException
-
Delete
public void Delete() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, CryptographicException, ArgumentException, RankException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionRankException
-
Dispose
public void Dispose() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SetProperty
public void SetProperty(CngProperty property) throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getIsEphemeral
public boolean getIsEphemeral() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicException
-
setIsEphemeral
public void setIsEphemeral(boolean IsEphemeral) throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicException
-
getIsMachineKey
public boolean getIsMachineKey() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentException
-
getKeySize
public int getKeySize() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentException
-
getHandle
public SafeNCryptKeyHandle getHandle() throws java.lang.Throwable, MissingMethodException, InvalidOperationException, ArgumentException, SecurityException, TargetInvocationException, NotSupportedException, ArgumentNullException
-
getProviderHandle
public SafeNCryptProviderHandle getProviderHandle() throws java.lang.Throwable, MissingMethodException, InvalidOperationException, ArgumentException, SecurityException, TargetInvocationException, NotSupportedException, ArgumentNullException
-
getAlgorithm
public CngAlgorithm getAlgorithm() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
getAlgorithmGroup
public CngAlgorithmGroup getAlgorithmGroup() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
getExportPolicy
public CngExportPolicies getExportPolicy() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentException
-
setExportPolicy
public void setExportPolicy(CngExportPolicies ExportPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCryptographicException
-
getKeyUsage
public CngKeyUsages getKeyUsage() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentException
-
getProvider
public CngProvider getProvider() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
getUIPolicy
public CngUIPolicy getUIPolicy() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException, MissingMethodException, InvalidOperationException, ArgumentException, SecurityException, TargetInvocationException, NotSupportedException
-
getKeyName
public java.lang.String getKeyName() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicException
-
getUniqueName
public java.lang.String getUniqueName() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CryptographicException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCryptographicException
-
-