
java.security.Key.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-native-crypto_native0.5_2.13 Show documentation
Show all versions of scala-native-crypto_native0.5_2.13 Show documentation
Scala Native java.security implementation based on OpenSSL
The newest version!
package java.security
trait Key {
def getAlgorithm(): String
def getEncoded(): Array[Byte]
def getFormat(): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy