Searched refs:KeyAlgorithm (Results 1 – 3 of 3) sorted by relevance
41 class KeyAlgorithm : public GarbageCollectedFinalized<KeyAlgorithm>, public ScriptWrappable {43 virtual ~KeyAlgorithm();45 static KeyAlgorithm* create(const WebCryptoKeyAlgorithm&);46 static KeyAlgorithm* createHash(const WebCryptoAlgorithm&);58 explicit KeyAlgorithm(const WebCryptoKeyAlgorithm&);64 DEFINE_TYPE_CASTS(thisType, KeyAlgorithm, value, value->is##thisType(), value.is##thisType())
41 class AesKeyAlgorithm : public KeyAlgorithm {
44 class KeyAlgorithm; variable