Uses of Class
org.mozilla.jss.crypto.InvalidKeyFormatException
Packages that use InvalidKeyFormatException
Package
Description
Encoding and decoding pkcs10 request
Encoding and decoding X.509 certificates and certificate extensions.
The PKIX CRMF protocol.
Frequently-used primitive ASN.1 types, such as AlgorithmIdentifier,
PrivateKeyInfo, and X.500 Name.
-
Uses of InvalidKeyFormatException in org.mozilla.jss.pkcs10
Methods in org.mozilla.jss.pkcs10 that throw InvalidKeyFormatExceptionModifier and TypeMethodDescriptionvoid
CertificationRequest.verify()
Verifies the signature on this CertificationRequest. -
Uses of InvalidKeyFormatException in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 that throw InvalidKeyFormatExceptionModifier and TypeMethodDescriptionstatic PK11PubKey
PK11PubKey.fromRaw
(PrivateKey.Type type, byte[] rawKey) Deprecated.This method works for RSA keys but not DSA or EC keys.private static PK11PubKey
PK11PubKey.fromRawNative
(int type, byte[] rawKey) param type The PKCS #11 type of the key (CKK_).static PK11PubKey
PK11PubKey.fromSPKI
(byte[] spki) Creates a PK11PubKey from a SubjectPublicKeyInfo. -
Uses of InvalidKeyFormatException in org.mozilla.jss.pkix.cert
Methods in org.mozilla.jss.pkix.cert that throw InvalidKeyFormatExceptionModifier and TypeMethodDescriptionvoid
Certificate.verify()
Verifies the signature on this certificate. -
Uses of InvalidKeyFormatException in org.mozilla.jss.pkix.crmf
Methods in org.mozilla.jss.pkix.crmf that throw InvalidKeyFormatExceptionModifier and TypeMethodDescriptionvoid
CertReqMsg.verify()
void
CertReqMsg.verify
(CryptoToken token) -
Uses of InvalidKeyFormatException in org.mozilla.jss.pkix.primitive
Methods in org.mozilla.jss.pkix.primitive that throw InvalidKeyFormatExceptionModifier and TypeMethodDescriptionSubjectPublicKeyInfo.toPublicKey()
Creates a PublicKey from the public key information.