All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.setblack.lsa.cryptotpyrc.rsa.RSAKeyPair.scala Maven / Gradle / Ivy

The newest version!
package pl.setblack.lsa.cryptotpyrc.rsa


import pl.setblack.lsa.cryptotpyrc.{PublicKey, PrivateKey, KeyPair}

trait RSAPrivateKey extends PrivateKey {

}

trait RSAPublicKey  extends PublicKey {

}

//type RSAKeyPair  = KeyPair[RSAPublicKey, RSAPrivateKey]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy