flcCipherRSA Namespace
Represents namespace flcCipherRSA
.
Name | Description | |
---|---|---|
TRSAPrivateKey | Represents type | |
TRSAPublicKey | Represents type |
Name | Description | |
---|---|---|
TRSAEncryptionType | Represents type |
Name | Description | |
---|---|---|
TRSAMessage | Represents an alias of the HugeWord type. |
Name | Description | |
---|---|---|
RSACheckSignature(TRSAPublicKey,Void,Integer,Void,Integer) | Represents method | |
RSACipherBufToMessage(Integer,Void,Integer,TRSAMessage) | Represents method | |
RSACipherMessageBufSize(Integer) | Represents method | |
RSACipherMessageToBuf(Integer,TRSAMessage,Void,Integer) | Represents method | |
RSADecodeMessageOAEP(Integer,HugeWord,Void,Integer) | Represents method | |
RSADecodeMessagePKCS1(Integer,HugeWord,Void,Integer) | Represents method | |
RSADecrypt(TRSAEncryptionType,TRSAPrivateKey,Void,Integer,Void,Integer) | Represents method | |
RSADecryptMessage(TRSAPrivateKey,TRSAMessage,TRSAMessage) | Represents method | |
RSADecryptStr(TRSAEncryptionType,TRSAPrivateKey,RawByteString) | Represents method | |
RSAEncodeMessageOAEP(Integer,Void,Integer,TRSAMessage) | Represents method | |
RSAEncodeMessagePKCS1(Integer,Void,Integer,TRSAMessage) | Represents method | |
RSAEncrypt(TRSAEncryptionType,TRSAPublicKey,Void,Integer,Void,Integer) | Represents method | |
RSAEncryptMessage(TRSAPublicKey,TRSAMessage,TRSAMessage) | Represents method | |
RSAEncryptStr(TRSAEncryptionType,TRSAPublicKey,RawByteString) | Represents method | |
RSAGenerateKeys(Integer,TRSAPrivateKey,TRSAPublicKey) | Represents method | |
RSAPrivateKeyAssign(TRSAPrivateKey,TRSAPrivateKey) | Represents method | |
RSAPrivateKeyAssignBuf(TRSAPrivateKey,Integer,Void,Integer,Void,Integer,Boolean) | Represents method | |
RSAPrivateKeyAssignBufStr(TRSAPrivateKey,Integer,RawByteString,RawByteString) | Represents method | |
RSAPrivateKeyAssignHex(TRSAPrivateKey,Integer,RawByteString,RawByteString) | Represents method | |
RSAPrivateKeyFinalise(TRSAPrivateKey) | Represents method | |
RSAPrivateKeyInit(TRSAPrivateKey) | Represents method | |
RSAPublicKeyAssign(TRSAPublicKey,TRSAPublicKey) | Represents method | |
RSAPublicKeyAssignBuf(TRSAPublicKey,Integer,Void,Integer,Void,Integer,Boolean) | Represents method | |
RSAPublicKeyAssignBufStr(TRSAPublicKey,Integer,RawByteString,RawByteString) | Represents method | |
RSAPublicKeyAssignHex(TRSAPublicKey,Integer,String,String) | Represents method | |
RSAPublicKeyFinalise(TRSAPublicKey) | Represents method | |
RSAPublicKeyInit(TRSAPublicKey) | Represents method | |
RSASignMessage(TRSAPrivateKey,Void,Integer,Void,Integer) | Represents method |