public class RSAPKCS1KeyExchangeFormatter extends AsymmetricKeyExchangeFormatter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
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.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.Cryptography
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RSAPKCS1KeyExchangeFormatter() |
RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm key) |
RSAPKCS1KeyExchangeFormatter(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RSAPKCS1KeyExchangeFormatter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RSAPKCS1KeyExchangeFormatter, a cast assert is made to check if types are compatible. |
byte[] |
CreateKeyExchange(byte[] rgbData) |
byte[] |
CreateKeyExchange(byte[] rgbData,
NetType symAlgType) |
byte[] |
CreateKeyExchange(JCORefOut dupParam0) |
byte[] |
CreateKeyExchange(JCORefOut dupParam0,
NetType dupParam1) |
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
|
RandomNumberGenerator |
getRng() |
void |
setJCOInstance(JCObject instance) |
void |
SetKey(AsymmetricAlgorithm key) |
void |
setRng(RandomNumberGenerator Rng) |
getParameterspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RSAPKCS1KeyExchangeFormatter()
throws java.lang.Throwable
java.lang.Throwablepublic RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm key) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public RSAPKCS1KeyExchangeFormatter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static RSAPKCS1KeyExchangeFormatter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RSAPKCS1KeyExchangeFormatter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRSAPKCS1KeyExchangeFormatter instancejava.lang.Throwable - in case of error during cast operationpublic byte[] CreateKeyExchange(byte[] rgbData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
CryptographicUnexpectedOperationException,
NotImplementedException
CreateKeyExchange in class AsymmetricKeyExchangeFormatterjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionCryptographicUnexpectedOperationExceptionNotImplementedExceptionpublic byte[] CreateKeyExchange(byte[] rgbData,
NetType symAlgType)
throws java.lang.Throwable
CreateKeyExchange in class AsymmetricKeyExchangeFormatterjava.lang.Throwablepublic byte[] CreateKeyExchange(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, CryptographicUnexpectedOperationException, NotImplementedException
CreateKeyExchange in class AsymmetricKeyExchangeFormatterjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionCryptographicUnexpectedOperationExceptionNotImplementedExceptionpublic byte[] CreateKeyExchange(JCORefOut dupParam0, NetType dupParam1) throws java.lang.Throwable
CreateKeyExchange in class AsymmetricKeyExchangeFormatterjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class AsymmetricKeyExchangeFormatterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class AsymmetricKeyExchangeFormatterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class AsymmetricKeyExchangeFormatterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class AsymmetricKeyExchangeFormatterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class AsymmetricKeyExchangeFormatterJCType representing the CLR Type of the instantiated Classpublic RandomNumberGenerator getRng() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class AsymmetricKeyExchangeFormatterpublic void SetKey(AsymmetricAlgorithm key) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void setRng(RandomNumberGenerator Rng) throws java.lang.Throwable
java.lang.Throwable