public class RSAOAEPKeyExchangeFormatter extends AsymmetricKeyExchangeFormatter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RSAOAEPKeyExchangeFormatter() |
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm key) |
RSAOAEPKeyExchangeFormatter(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RSAOAEPKeyExchangeFormatter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RSAOAEPKeyExchangeFormatter, 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
|
byte[] |
getParameter() |
RandomNumberGenerator |
getRng() |
void |
setJCOInstance(JCObject instance) |
void |
SetKey(AsymmetricAlgorithm key) |
void |
setParameter(byte[] Parameter) |
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 RSAOAEPKeyExchangeFormatter()
throws java.lang.Throwable
java.lang.Throwablepublic RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm key) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic RSAOAEPKeyExchangeFormatter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static RSAOAEPKeyExchangeFormatter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RSAOAEPKeyExchangeFormatter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRSAOAEPKeyExchangeFormatter instancejava.lang.Throwable - in case of error during cast operationpublic byte[] CreateKeyExchange(byte[] rgbData)
throws java.lang.Throwable,
CryptographicUnexpectedOperationException,
ArgumentNullException,
InvalidOperationException,
ArgumentException,
IndexOutOfRangeException,
SecurityException,
ArgumentOutOfRangeException,
ApplicationException,
CultureNotFoundException,
NotSupportedException,
TypeLoadException,
IOException,
FormatException,
OutOfMemoryException,
CryptographicException,
ObjectDisposedException
CreateKeyExchange in class AsymmetricKeyExchangeFormatterjava.lang.ThrowableCryptographicUnexpectedOperationExceptionArgumentNullExceptionInvalidOperationExceptionArgumentExceptionIndexOutOfRangeExceptionSecurityExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionObjectDisposedExceptionpublic byte[] CreateKeyExchange(byte[] rgbData,
NetType symAlgType)
throws java.lang.Throwable
CreateKeyExchange in class AsymmetricKeyExchangeFormatterjava.lang.Throwablepublic byte[] CreateKeyExchange(JCORefOut dupParam0) throws java.lang.Throwable, CryptographicUnexpectedOperationException, ArgumentNullException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, SecurityException, ArgumentOutOfRangeException, ApplicationException, CultureNotFoundException, NotSupportedException, TypeLoadException, IOException, FormatException, OutOfMemoryException, CryptographicException, ObjectDisposedException
CreateKeyExchange in class AsymmetricKeyExchangeFormatterjava.lang.ThrowableCryptographicUnexpectedOperationExceptionArgumentNullExceptionInvalidOperationExceptionArgumentExceptionIndexOutOfRangeExceptionSecurityExceptionArgumentOutOfRangeExceptionApplicationExceptionCultureNotFoundExceptionNotSupportedExceptionTypeLoadExceptionIOExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionObjectDisposedExceptionpublic 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 byte[] getParameter()
throws java.lang.Throwable
java.lang.Throwablepublic 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, ArgumentNullException
SetKey in class AsymmetricKeyExchangeFormatterjava.lang.ThrowableArgumentNullExceptionpublic void setParameter(byte[] Parameter)
throws java.lang.Throwable
java.lang.Throwablepublic void setRng(RandomNumberGenerator Rng) throws java.lang.Throwable
java.lang.Throwable