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 classPublicKey.SmartSmart PublicKey with extra features.Methods in com.jcabi.github that return PublicKey Modifier and Type Method Description PublicKeyPublicKeys. create(String title, String key)Create a public key.PublicKeyPublicKeys. 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.
-