Uses of Class
org.hyperledger.fabric.sdk.exception.CryptoException
Packages that use CryptoException
-
Uses of CryptoException in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that throw CryptoExceptionModifier and TypeMethodDescriptionvoidHFClient.setCryptoSuite(org.hyperledger.fabric.sdk.security.CryptoSuite cryptoSuite) -
Uses of CryptoException in org.hyperledger.fabric.sdk.identity
Methods in org.hyperledger.fabric.sdk.identity that throw CryptoExceptionModifier and TypeMethodDescriptionbyte[]IdemixSigningIdentity.sign(byte[] msg) byte[]SigningIdentity.sign(byte[] msg) Sings a message with the secret key and the corresponding certificatebyte[]X509SigningIdentity.sign(byte[] msg) booleanIdemixSigningIdentity.verifySignature(byte[] msg, byte[] sig) booleanSigningIdentity.verifySignature(byte[] msg, byte[] sig) Verifies a signature on a messagebooleanX509SigningIdentity.verifySignature(byte[] msg, byte[] sig) Constructors in org.hyperledger.fabric.sdk.identity that throw CryptoExceptionModifierConstructorDescriptionIdemixIdentity(org.hyperledger.fabric.protos.msp.Identities.SerializedIdentity proto) Create Idemix Identity from a Serialized IdentityIdemixSigningIdentity(org.hyperledger.fabric.sdk.idemix.IdemixIssuerPublicKey ipk, PublicKey revocationPk, String mspId, org.apache.milagro.amcl.FP256BN.BIG sk, org.hyperledger.fabric.sdk.idemix.IdemixCredential cred, org.hyperledger.fabric.protos.idemix.Idemix.CredentialRevocationInformation cri, String ou, int role) Create new Idemix Signing Identity with a fresh pseudonymIdemixSigningIdentity(IdemixEnrollment enrollment)