Discuss this help topic in SecureBlackbox Forum

TElRSAPublicKeyCrypto.CryptoType

TElRSAPublicKeyCrypto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies RSA subalgorithm

Declaration

[C#]
    TSBRSAPublicKeyCryptoType CryptoType;

[VB.NET]
    Property CryptoType As TSBRSAPublicKeyCryptoType

[Pascal]
    property CryptoType : TSBRSAPublicKeyCryptoType;

[C++]
    TSBRSAPublicKeyCryptoType get_CryptoType();
    void set_CryptoType(TSBRSAPublicKeyCryptoType Value);

[PHP]
    integer get_CryptoType()
    void set_CryptoType(integer $Value)

[Java]
    TSBRSAPublicKeyCryptoType getCryptoType();
    void setCryptoType(TSBRSAPublicKeyCryptoType Value);

Values of error codes:

Description

    This property specifies RSA subalgorithm. Possible values of this property depend on KeyFormat value.
    If key format is rsaPKCS1, any RSA subalgorithm may be used.
    If key format is rsaOAEP, only OAEP RSA subalgorithm may be used.
    If key format is rsaPSS, only PSS RSA subalgorithm may be used.
    If key format is rsaX509, the subalgorithm depends on key type in the certificate.

See also:     UseAlgorithmPrefix     InputEncoding     OutputEncoding    

Discuss this help topic in SecureBlackbox Forum