Home
last modified time | relevance | path

Searched refs:KEY_RSA_PAIR (Results 1 – 9 of 9) sorted by relevance

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/security/impl/
H A DOpenSSLSecurityHelper.cpp49 …y.getKeyType() != XSECCryptoKey::KEY_RSA_PUBLIC && key.getKeyType() != XSECCryptoKey::KEY_RSA_PAIR) in matchesPublic()
58 ….getKeyType() != XSECCryptoKey::KEY_RSA_PRIVATE && key.getKeyType() != XSECCryptoKey::KEY_RSA_PAIR) in matchesPrivate()
H A DBasicX509Credential.cpp228 case XSECCryptoKey::KEY_RSA_PAIR: in getAlgorithm()
273 case XSECCryptoKey::KEY_RSA_PAIR: in getKeySize()
309 case XSECCryptoKey::KEY_RSA_PAIR: in getPrivateKey()
327 case XSECCryptoKey::KEY_RSA_PAIR: in getPublicKey()
H A DSecurityHelper.cpp477 …y1.getKeyType()==XSECCryptoKey::KEY_RSA_PUBLIC || key1.getKeyType()==XSECCryptoKey::KEY_RSA_PAIR) { in matches()
563 …getKeyType() == XSECCryptoKey::KEY_RSA_PUBLIC || key.getKeyType() == XSECCryptoKey::KEY_RSA_PAIR) { in getDEREncoding()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/
H A DXSECCryptoKey.hpp73 KEY_RSA_PAIR, enumerator
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/dsig/
H A DDSIGAlgorithmHandlerDefault.cpp332 case (XSECCryptoKey::KEY_RSA_PAIR) : in signToSafeBuffer()
466 case (XSECCryptoKey::KEY_RSA_PAIR) : in verifyBase64Signature()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/OpenSSL/
H A DOpenSSLCryptoKeyRSA.cpp330 return KEY_RSA_PAIR; in getKeyType()
453 if (keyType != KEY_RSA_PAIR && keyType != KEY_RSA_PUBLIC) { in verifySHA1PKCS1Base64Signature()
578 if (keyType != KEY_RSA_PAIR && keyType != KEY_RSA_PRIVATE) { in signSHA1PKCS1Base64Signature()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/xenc/impl/
H A DXENCAlgorithmHandlerDefault.cpp107 case XSECCryptoKey::KEY_RSA_PAIR : in mapURIToKey()
790 if (kt == XSECCryptoKey::KEY_RSA_PAIR || in decryptToSafeBuffer()
1004 kt == XSECCryptoKey::KEY_RSA_PAIR) { in encryptToSafeBuffer()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/NSS/
H A DNSSCryptoKeyRSA.cpp103 return KEY_RSA_PAIR; in getKeyType()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/WinCAPI/
H A DWinCAPICryptoKeyRSA.cpp138 return KEY_RSA_PAIR; in getKeyType()