flcCipherRSA Namespace

Represents namespace flcCipherRSA.

 NameDescription
ERSA

Represents type ERSA.

Top
 NameDescription
TRSAPrivateKey

Represents type TRSAPrivateKey.

TRSAPublicKey

Represents type TRSAPublicKey.

Top
 NameDescription
TRSAEncryptionType

Represents type TRSAEncryptionType.

Top
 NameDescription
TRSAMessage

Represents an alias of the HugeWord type.

Top
 NameDescription
RSACheckSignature(TRSAPublicKey,Void,Integer,Void,Integer)

Represents method RSACheckSignature(TRSAPublicKey,Void,Integer,Void,Integer).

RSACipherBufToMessage(Integer,Void,Integer,TRSAMessage)

Represents method RSACipherBufToMessage(Integer,Void,Integer,TRSAMessage).

RSACipherMessageBufSize(Integer)

Represents method RSACipherMessageBufSize(Integer).

RSACipherMessageToBuf(Integer,TRSAMessage,Void,Integer)

Represents method RSACipherMessageToBuf(Integer,TRSAMessage,Void,Integer).

RSADecodeMessageOAEP(Integer,HugeWord,Void,Integer)

Represents method RSADecodeMessageOAEP(Integer,HugeWord,Void,Integer).

RSADecodeMessagePKCS1(Integer,HugeWord,Void,Integer)

Represents method RSADecodeMessagePKCS1(Integer,HugeWord,Void,Integer).

RSADecrypt(TRSAEncryptionType,TRSAPrivateKey,Void,Integer,Void,Integer)

Represents method RSADecrypt(TRSAEncryptionType,TRSAPrivateKey,Void,Integer,Void,Integer).

RSADecryptMessage(TRSAPrivateKey,TRSAMessage,TRSAMessage)

Represents method RSADecryptMessage(TRSAPrivateKey,TRSAMessage,TRSAMessage).

RSADecryptStr(TRSAEncryptionType,TRSAPrivateKey,RawByteString)

Represents method RSADecryptStr(TRSAEncryptionType,TRSAPrivateKey,RawByteString).

RSAEncodeMessageOAEP(Integer,Void,Integer,TRSAMessage)

Represents method RSAEncodeMessageOAEP(Integer,Void,Integer,TRSAMessage).

RSAEncodeMessagePKCS1(Integer,Void,Integer,TRSAMessage)

Represents method RSAEncodeMessagePKCS1(Integer,Void,Integer,TRSAMessage).

RSAEncrypt(TRSAEncryptionType,TRSAPublicKey,Void,Integer,Void,Integer)

Represents method RSAEncrypt(TRSAEncryptionType,TRSAPublicKey,Void,Integer,Void,Integer).

RSAEncryptMessage(TRSAPublicKey,TRSAMessage,TRSAMessage)

Represents method RSAEncryptMessage(TRSAPublicKey,TRSAMessage,TRSAMessage).

RSAEncryptStr(TRSAEncryptionType,TRSAPublicKey,RawByteString)

Represents method RSAEncryptStr(TRSAEncryptionType,TRSAPublicKey,RawByteString).

RSAGenerateKeys(Integer,TRSAPrivateKey,TRSAPublicKey)

Represents method RSAGenerateKeys(Integer,TRSAPrivateKey,TRSAPublicKey).

RSAPrivateKeyAssign(TRSAPrivateKey,TRSAPrivateKey)

Represents method RSAPrivateKeyAssign(TRSAPrivateKey,TRSAPrivateKey).

RSAPrivateKeyAssignBuf(TRSAPrivateKey,Integer,Void,Integer,Void,Integer,Boolean)

Represents method RSAPrivateKeyAssignBuf(TRSAPrivateKey,Integer,Void,Integer,Void,Integer,Boolean).

RSAPrivateKeyAssignBufStr(TRSAPrivateKey,Integer,RawByteString,RawByteString)

Represents method RSAPrivateKeyAssignBufStr(TRSAPrivateKey,Integer,RawByteString,RawByteString).

RSAPrivateKeyAssignHex(TRSAPrivateKey,Integer,RawByteString,RawByteString)

Represents method RSAPrivateKeyAssignHex(TRSAPrivateKey,Integer,RawByteString,RawByteString).

RSAPrivateKeyFinalise(TRSAPrivateKey)

Represents method RSAPrivateKeyFinalise(TRSAPrivateKey).

RSAPrivateKeyInit(TRSAPrivateKey)

Represents method RSAPrivateKeyInit(TRSAPrivateKey).

RSAPublicKeyAssign(TRSAPublicKey,TRSAPublicKey)

Represents method RSAPublicKeyAssign(TRSAPublicKey,TRSAPublicKey).

RSAPublicKeyAssignBuf(TRSAPublicKey,Integer,Void,Integer,Void,Integer,Boolean)

Represents method RSAPublicKeyAssignBuf(TRSAPublicKey,Integer,Void,Integer,Void,Integer,Boolean).

RSAPublicKeyAssignBufStr(TRSAPublicKey,Integer,RawByteString,RawByteString)

Represents method RSAPublicKeyAssignBufStr(TRSAPublicKey,Integer,RawByteString,RawByteString).

RSAPublicKeyAssignHex(TRSAPublicKey,Integer,String,String)

Represents method RSAPublicKeyAssignHex(TRSAPublicKey,Integer,String,String).

RSAPublicKeyFinalise(TRSAPublicKey)

Represents method RSAPublicKeyFinalise(TRSAPublicKey).

RSAPublicKeyInit(TRSAPublicKey)

Represents method RSAPublicKeyInit(TRSAPublicKey).

RSASignMessage(TRSAPrivateKey,Void,Integer,Void,Integer)

Represents method RSASignMessage(TRSAPrivateKey,Void,Integer,Void,Integer).

Top