public abstract class AbstractCOSEKey extends java.lang.Object implements COSEKey
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
COSEAlgorithmIdentifier |
getAlgorithm() |
byte[] |
getBaseIV() |
byte[] |
getKeyId() |
java.util.List<COSEKeyOperation> |
getKeyOps() |
abstract COSEKeyType |
getKeyType() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPrivateKey, getPublicKey, hasPrivateKey, hasPublicKey, validatepublic abstract COSEKeyType getKeyType()
getKeyType in interface COSEKeypublic COSEAlgorithmIdentifier getAlgorithm()
getAlgorithm in interface COSEKeypublic java.util.List<COSEKeyOperation> getKeyOps()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object