object SHA384withRSA extends RSASignature[SHA384withRSA]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SHA384withRSA
  2. RSASignature
  3. CertSignatureAPI
  4. SignatureAPI
  5. RSAKFTag
  6. KFTag
  7. AsymmetricKeyGenAPI
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object impl
    Definition Classes
    RSASignature
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. implicit def SigKeyGenEither(implicit B: Bouncy): JCARSASigKG[SigErrorM, SHA384withRSA]
    Definition Classes
    RSASignature
  6. implicit def SigKeyGenId(implicit B: Bouncy): JCARSASigKG[Id, SHA384withRSA]
    Definition Classes
    RSASignature
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def buildPrivateKey[F[_]](rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[F, SHA384withRSA, SigPublicKey, SigPrivateKey, SigKeyPair]): F[SigPrivateKey[SHA384withRSA]]
    Definition Classes
    AsymmetricKeyGenAPI
  9. final def buildPublicKey[F[_]](rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[F, SHA384withRSA, SigPublicKey, SigPrivateKey, SigKeyPair]): F[SigPublicKey[SHA384withRSA]]
    Definition Classes
    AsymmetricKeyGenAPI
  10. def buildPublicKeyFromParameters[F[_]](modulus: BigInt, publicExponent: BigInt)(implicit S: JCARSASigKG[F, SHA384withRSA]): F[SigPublicKey[SHA384withRSA]]
    Definition Classes
    RSAKFTag
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit def genSigAsymmGen[F[_]](implicit F: Sync[F], B: Bouncy): JCARSASigKG[F, SHA384withRSA]
    Definition Classes
    RSASignature
  16. final def generateKeyPair[F[_]](implicit S: AsymmetricKeyGen[F, SHA384withRSA, SigPublicKey, SigPrivateKey, SigKeyPair]): F[SigKeyPair[SHA384withRSA]]
    Definition Classes
    AsymmetricKeyGenAPI
  17. def generateKeyPairStrong[F[_]](implicit S: JCARSASigKG[F, SHA384withRSA]): F[SigKeyPair[SHA384withRSA]]
    Definition Classes
    RSAKFTag
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit val kt: RSAKFTag[SHA384withRSA]
    Definition Classes
    RSASignature
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. implicit val sigInstanceEither: JCASigner[SigErrorM, SHA384withRSA]
    Definition Classes
    RSASignature
  26. implicit def sigInstanceSync[F[_]](implicit arg0: Sync[F]): JCASigner[F, SHA384withRSA]
    Definition Classes
    RSASignature
  27. def sign[F[_]](unsigned: Array[Byte], secretKey: SigPrivateKey[SHA384withRSA])(implicit S: Signer[F, SHA384withRSA, SigPublicKey, SigPrivateKey]): F[CryptoSignature[SHA384withRSA]]
    Definition Classes
    SignatureAPI
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def unsafeBuildPrivateKey(rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[Id, SHA384withRSA, SigPublicKey, SigPrivateKey, SigKeyPair]): SigPrivateKey[SHA384withRSA]
    Definition Classes
    AsymmetricKeyGenAPI
  31. final def unsafeBuildPublicKey(rawPk: Array[Byte])(implicit S: AsymmetricKeyGen[Id, SHA384withRSA, SigPublicKey, SigPrivateKey, SigKeyPair]): Id[SigPublicKey[SHA384withRSA]]
    Definition Classes
    AsymmetricKeyGenAPI
  32. def unsafeBuildPublicKeyFromParameters(modulus: BigInt, publicExponent: BigInt)(implicit S: JCARSASigKG[Id, SHA384withRSA]): SigPublicKey[SHA384withRSA]
    Definition Classes
    RSAKFTag
  33. final def unsafeGenerateKeyPair(implicit S: AsymmetricKeyGen[Id, SHA384withRSA, SigPublicKey, SigPrivateKey, SigKeyPair]): SigKeyPair[SHA384withRSA]
    Definition Classes
    AsymmetricKeyGenAPI
  34. def unsafeGenerateKeyPairStrong(implicit S: JCARSASigKG[Id, SHA384withRSA]): SigKeyPair[SHA384withRSA]
    Definition Classes
    RSAKFTag
  35. def verify[F[_]](raw: Array[Byte], signature: CryptoSignature[SHA384withRSA], publicKey: SigPublicKey[SHA384withRSA])(implicit arg0: Functor[F], S: Signer[F, SHA384withRSA, SigPublicKey, SigPrivateKey]): F[VerificationStatus]
    Definition Classes
    SignatureAPI
  36. def verifyBool[F[_]](raw: Array[Byte], signature: CryptoSignature[SHA384withRSA], publicKey: SigPublicKey[SHA384withRSA])(implicit S: Signer[F, SHA384withRSA, SigPublicKey, SigPrivateKey]): F[Boolean]
    Definition Classes
    SignatureAPI
  37. def verifyCert[F[_]](raw: Array[Byte], signature: CryptoSignature[SHA384withRSA], publicKey: SigCertificate[SHA384withRSA])(implicit S: CertificateSigner[F, SHA384withRSA, SigPublicKey, SigPrivateKey, SigCertificate]): F[Boolean]
    Definition Classes
    CertSignatureAPI
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RSASignature[SHA384withRSA]

Inherited from CertSignatureAPI[SHA384withRSA, SigPublicKey, SigPrivateKey, SigCertificate]

Inherited from SignatureAPI[SHA384withRSA, SigPublicKey, SigPrivateKey]

Inherited from RSAKFTag[SHA384withRSA]

Inherited from KFTag[SHA384withRSA]

Inherited from AsymmetricKeyGenAPI[SHA384withRSA, SigPublicKey, SigPrivateKey, SigKeyPair]

Inherited from AnyRef

Inherited from Any

Ungrouped