Skip to content

marugoshi/java-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Units

Ssh

Authorized Key Decoder

This is sample for scala.

import org.marugoshi.javaUtil.utilSsh._
val sampleKey: String = "ssh-rsa AAAAxxx...."
val decoder: AuthorizedKeysDecoder = new AuthorizedKeysDecoder()
val publicKey: PublicKey = decoder.decodePublicKey(sampleKey)

This is sample for build.scala.

resolvers ++= Seq(
  "Marugoshi Java Util Repository" at "http://marugoshi.github.com/java-util/maven2"
),
libraryDependencies ++= Seq(
  "org.marugoshi.java-util" % "util-ssh" % "1.0.0"
)

About

utility package for java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages