AppIdentityService.SigningResult (Google App Engine API for Java)

com.google.appengine.api.appidentity

Class AppIdentityService.SigningResult

  • java.lang.Object
    • com.google.appengine.api.appidentity.AppIdentityService.SigningResult
  • Enclosing interface:
    AppIdentityService


    public static class AppIdentityService.SigningResult
    extends java.lang.Object
    SigningResult is returned by signForApp, which contains signing key name and signature.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SigningResult(java.lang.String keyName, byte[] signature) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getKeyName() 
      byte[] getSignature() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SigningResult

        public SigningResult(java.lang.String keyName,
                             byte[] signature)
    • Method Detail

      • getKeyName

        public java.lang.String getKeyName()
      • getSignature

        public byte[] getSignature()