Uses of Class
org.mozilla.jss.pkcs11.PK11PubKey
Packages that use PK11PubKey
-
Uses of PK11PubKey in org.mozilla.jss.pkcs11
Subclasses of PK11PubKey in org.mozilla.jss.pkcs11Modifier and TypeClassDescriptionfinal classfinal classclassMethods in org.mozilla.jss.pkcs11 that return PK11PubKeyModifier and TypeMethodDescriptionprivate static PK11PubKeyPK11PubKey.DSAFromRaw(byte[] rawKey) deprecated Use fromRawNative instead.static PK11PubKeyPK11PubKey.fromRaw(PrivateKey.Type type, byte[] rawKey) Deprecated.This method works for RSA keys but not DSA or EC keys.private static PK11PubKeyPK11PubKey.fromRawNative(int type, byte[] rawKey) param type The PKCS #11 type of the key (CKK_).static PK11PubKeyPK11PubKey.fromSPKI(byte[] spki) Creates a PK11PubKey from a SubjectPublicKeyInfo.PK11PrivKey.getPublicKey()Returns the corresponding public key from a private key instance.private static PK11PubKeyPK11PubKey.RSAFromRaw(byte[] rawKey) deprecated Use fromRawNative instead.