public class ECDiffieHellmanCng extends ECDiffieHellman
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.ECDiffieHellmanCng
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.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Core
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.ECDiffieHellmanCng
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ECDiffieHellmanCng() |
ECDiffieHellmanCng(CngKey key) |
ECDiffieHellmanCng(ECCurve curve) |
ECDiffieHellmanCng(int keySize) |
ECDiffieHellmanCng(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ECDiffieHellmanCng |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ECDiffieHellmanCng, a cast assert is made to check if types are compatible. |
byte[] |
DeriveKeyFromHash(ECDiffieHellmanPublicKey otherPartyPublicKey,
HashAlgorithmName hashAlgorithm,
byte[] secretPrepend,
byte[] secretAppend) |
byte[] |
DeriveKeyFromHash(ECDiffieHellmanPublicKey dupParam0,
HashAlgorithmName dupParam1,
JCORefOut dupParam2,
JCORefOut dupParam3) |
byte[] |
DeriveKeyFromHmac(ECDiffieHellmanPublicKey otherPartyPublicKey,
HashAlgorithmName hashAlgorithm,
byte[] hmacKey,
byte[] secretPrepend,
byte[] secretAppend) |
byte[] |
DeriveKeyFromHmac(ECDiffieHellmanPublicKey dupParam0,
HashAlgorithmName dupParam1,
JCORefOut dupParam2,
JCORefOut dupParam3,
JCORefOut dupParam4) |
byte[] |
DeriveKeyMaterial(CngKey otherPartyPublicKey) |
byte[] |
DeriveKeyMaterial(ECDiffieHellmanPublicKey otherPartyPublicKey) |
byte[] |
DeriveKeyTls(ECDiffieHellmanPublicKey otherPartyPublicKey,
byte[] prfLabel,
byte[] prfSeed) |
byte[] |
DeriveKeyTls(ECDiffieHellmanPublicKey dupParam0,
JCORefOut dupParam1,
JCORefOut dupParam2) |
SafeNCryptSecretHandle |
DeriveSecretAgreementHandle(CngKey otherPartyPublicKey) |
SafeNCryptSecretHandle |
DeriveSecretAgreementHandle(ECDiffieHellmanPublicKey otherPartyPublicKey) |
ECParameters |
ExportExplicitParameters(boolean includePrivateParameters) |
ECParameters |
ExportParameters(boolean includePrivateParameters) |
void |
FromXmlString(java.lang.String xmlString) |
void |
FromXmlString(java.lang.String xml,
ECKeyXmlFormat format) |
void |
GenerateKey(ECCurve curve) |
CngAlgorithm |
getHashAlgorithm() |
byte[] |
getHmacKey() |
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
|
CngKey |
getKey() |
ECDiffieHellmanKeyDerivationFunction |
getKeyDerivationFunction() |
byte[] |
getLabel() |
byte[] |
getSecretAppend() |
byte[] |
getSecretPrepend() |
byte[] |
getSeed() |
boolean |
getUseSecretAgreementAsHmacKey() |
void |
ImportParameters(ECParameters parameters) |
void |
setHashAlgorithm(CngAlgorithm HashAlgorithm) |
void |
setHmacKey(byte[] HmacKey) |
void |
setJCOInstance(JCObject instance) |
void |
setKey(CngKey Key) |
void |
setKeyDerivationFunction(ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction) |
void |
setLabel(byte[] Label) |
void |
setSecretAppend(byte[] SecretAppend) |
void |
setSecretPrepend(byte[] SecretPrepend) |
void |
setSeed(byte[] Seed) |
java.lang.String |
ToXmlString(boolean includePrivateParameters) |
java.lang.String |
ToXmlString(ECKeyXmlFormat format) |
Create, Create, CreateNewECDiffieHellman, CreateNewECDiffieHellman, DeriveKeyFromHash, DeriveKeyFromHmac, DeriveKeyFromHmac, getPublicKeyClear, close, Create, Create, Dispose, getKeyExchangeAlgorithm, getKeySize, getLegalKeySizes, getSignatureAlgorithm, setKeySizepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ECDiffieHellmanCng()
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
PlatformNotSupportedException,
CryptographicException
public ECDiffieHellmanCng(CngKey key) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CryptographicException, PlatformNotSupportedException, SecurityException, NotSupportedException, MissingMethodException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionCryptographicExceptionPlatformNotSupportedExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionpublic ECDiffieHellmanCng(ECCurve curve) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public ECDiffieHellmanCng(int keySize)
throws java.lang.Throwable,
NullReferenceException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
CryptographicException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionCryptographicExceptionpublic ECDiffieHellmanCng(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ECDiffieHellmanCng cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ECDiffieHellmanCng, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedECDiffieHellmanCng instancejava.lang.Throwable - in case of error during cast operationpublic byte[] DeriveKeyFromHash(ECDiffieHellmanPublicKey otherPartyPublicKey, HashAlgorithmName hashAlgorithm, byte[] secretPrepend, byte[] secretAppend) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, RankException
DeriveKeyFromHash in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionpublic byte[] DeriveKeyFromHash(ECDiffieHellmanPublicKey dupParam0, HashAlgorithmName dupParam1, JCORefOut dupParam2, JCORefOut dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, RankException
DeriveKeyFromHash in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionpublic byte[] DeriveKeyFromHmac(ECDiffieHellmanPublicKey otherPartyPublicKey, HashAlgorithmName hashAlgorithm, byte[] hmacKey, byte[] secretPrepend, byte[] secretAppend) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, RankException
DeriveKeyFromHmac in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionpublic byte[] DeriveKeyFromHmac(ECDiffieHellmanPublicKey dupParam0, HashAlgorithmName dupParam1, JCORefOut dupParam2, JCORefOut dupParam3, JCORefOut dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, RankException
DeriveKeyFromHmac in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionpublic byte[] DeriveKeyMaterial(CngKey otherPartyPublicKey) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, CryptographicException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, NullReferenceException, SecurityException, NotSupportedException, MissingMethodException, PlatformNotSupportedException, RankException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionCryptographicExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionNullReferenceExceptionSecurityExceptionNotSupportedExceptionMissingMethodExceptionPlatformNotSupportedExceptionRankExceptionOutOfMemoryExceptionpublic byte[] DeriveKeyMaterial(ECDiffieHellmanPublicKey otherPartyPublicKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, SecurityException, RankException
DeriveKeyMaterial in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionSecurityExceptionRankExceptionpublic byte[] DeriveKeyTls(ECDiffieHellmanPublicKey otherPartyPublicKey, byte[] prfLabel, byte[] prfSeed) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, IndexOutOfRangeException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, RankException
DeriveKeyTls in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionpublic byte[] DeriveKeyTls(ECDiffieHellmanPublicKey dupParam0, JCORefOut dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, IndexOutOfRangeException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, RankException
DeriveKeyTls in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionpublic SafeNCryptSecretHandle DeriveSecretAgreementHandle(CngKey otherPartyPublicKey) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, CryptographicException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, NullReferenceException, PlatformNotSupportedException, RankException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionCryptographicExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionNullReferenceExceptionPlatformNotSupportedExceptionRankExceptionMissingMethodExceptionpublic SafeNCryptSecretHandle DeriveSecretAgreementHandle(ECDiffieHellmanPublicKey otherPartyPublicKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, FormatException, PlatformNotSupportedException, CryptographicException, OutOfMemoryException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionRankExceptionpublic ECParameters ExportExplicitParameters(boolean includePrivateParameters) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, CryptographicException, ArgumentException, NullReferenceException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, RankException, MissingMethodException, TargetInvocationException, NotSupportedException
ExportExplicitParameters in class ECDiffieHellmanjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionRankExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionpublic ECParameters ExportParameters(boolean includePrivateParameters) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, CryptographicException, ArgumentException, NullReferenceException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, RankException, MissingMethodException, TargetInvocationException, NotSupportedException
ExportParameters in class ECDiffieHellmanjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionRankExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionpublic void FromXmlString(java.lang.String xmlString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
FromXmlString in class AsymmetricAlgorithmjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void FromXmlString(java.lang.String xml,
ECKeyXmlFormat format)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
AbandonedMutexException,
MissingManifestResourceException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
FormatException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionAbandonedMutexExceptionMissingManifestResourceExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionFormatExceptionRankExceptionpublic void GenerateKey(ECCurve curve) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OutOfMemoryException, IndexOutOfRangeException, NullReferenceException, NotSupportedException, PlatformNotSupportedException, RankException
GenerateKey in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionPlatformNotSupportedExceptionRankExceptionpublic CngAlgorithm getHashAlgorithm() throws java.lang.Throwable
java.lang.Throwablepublic byte[] getHmacKey()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ECDiffieHellmanString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ECDiffieHellmanString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ECDiffieHellmanObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ECDiffieHellmanString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ECDiffieHellmanJCType representing the CLR Type of the instantiated Classpublic CngKey getKey() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, CryptographicException, ArgumentException, NullReferenceException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, PlatformNotSupportedException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionPlatformNotSupportedExceptionRankExceptionpublic ECDiffieHellmanKeyDerivationFunction getKeyDerivationFunction() throws java.lang.Throwable
java.lang.Throwablepublic byte[] getLabel()
throws java.lang.Throwable
java.lang.Throwablepublic byte[] getSecretAppend()
throws java.lang.Throwable
java.lang.Throwablepublic byte[] getSecretPrepend()
throws java.lang.Throwable
java.lang.Throwablepublic byte[] getSeed()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseSecretAgreementAsHmacKey()
throws java.lang.Throwable
java.lang.Throwablepublic void ImportParameters(ECParameters parameters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, CryptographicException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, NotSupportedException, MissingMethodException, TargetInvocationException, PlatformNotSupportedException
ImportParameters in class ECDiffieHellmanjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionCryptographicExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionPlatformNotSupportedExceptionpublic void setHashAlgorithm(CngAlgorithm HashAlgorithm) throws java.lang.Throwable, NullReferenceException, ArgumentNullException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionpublic void setHmacKey(byte[] HmacKey)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ECDiffieHellmanpublic void setKey(CngKey Key) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, CryptographicException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, NullReferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionCryptographicExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionNullReferenceExceptionpublic void setKeyDerivationFunction(ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setLabel(byte[] Label)
throws java.lang.Throwable
java.lang.Throwablepublic void setSecretAppend(byte[] SecretAppend)
throws java.lang.Throwable
java.lang.Throwablepublic void setSecretPrepend(byte[] SecretPrepend)
throws java.lang.Throwable
java.lang.Throwablepublic void setSeed(byte[] Seed)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String ToXmlString(boolean includePrivateParameters)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
ToXmlString in class AsymmetricAlgorithmjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic java.lang.String ToXmlString(ECKeyXmlFormat format) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CryptographicException, OutOfMemoryException, XmlException, NotSupportedException, RankException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionCryptographicExceptionOutOfMemoryExceptionXmlExceptionNotSupportedExceptionRankExceptionFormatException