Uses of Interface
com.jcabi.github.PublicKey
-
Packages that use PublicKey Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of PublicKey in com.jcabi.github
Classes in com.jcabi.github that implement PublicKey Modifier and Type Class Description static class
PublicKey.Smart
Smart PublicKey with extra features.Methods in com.jcabi.github that return PublicKey Modifier and Type Method Description PublicKey
PublicKeys. create(String title, String key)
Create a public key.PublicKey
PublicKeys. get(int number)
Get a single public key.Methods in com.jcabi.github that return types with arguments of type PublicKey Modifier and Type Method Description Iterable<PublicKey>
PublicKeys. iterate()
Iterate all public keys.Constructors in com.jcabi.github with parameters of type PublicKey Constructor Description Smart(PublicKey pkey)
Public ctor.
-