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

java.security.Key.scala Maven / Gradle / Ivy

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