Chromium Code Reviews| Index: trunk/Source/modules/crypto/KeyAlgorithm.h |
| =================================================================== |
| --- trunk/Source/modules/crypto/KeyAlgorithm.h (revision 174732) |
| +++ trunk/Source/modules/crypto/KeyAlgorithm.h (working copy) |
| @@ -52,6 +52,7 @@ |
| bool isAesKeyAlgorithm() const; |
| bool isHmacKeyAlgorithm() const; |
| bool isRsaHashedKeyAlgorithm() const; |
| + bool isRsaKeyAlgorithm() const; |
| virtual void trace(Visitor*); |