()
| 263 | |
| 264 | class AsymmetricKeyObject extends KeyObject { |
| 265 | get asymmetricKeyType() { |
| 266 | return getKeyObjectAsymmetricKeyType(this); |
| 267 | } |
| 268 | |
| 269 | get asymmetricKeyDetails() { |
| 270 | return { ...getKeyObjectAsymmetricKeyDetails(this) }; |
nothing calls this directly
no test coverage detected