Class PKCEInformation

  • All Implemented Interfaces:
    android.os.Parcelable

    public class PKCEInformation
    extends java.lang.Object
    implements android.os.Parcelable
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<PKCEInformation> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<PKCEInformation> CREATOR
    • Method Detail

      • sha256

        @NonNull
        public static PKCEInformation sha256​(@NonNull
                                             java.lang.String verifier,
                                             @NonNull
                                             java.lang.String challenge)
      • getVerifier

        @NonNull
        public java.lang.String getVerifier()
      • getChallenge

        @NonNull
        public java.lang.String getChallenge()
      • getCodeChallengeMethod

        @NonNull
        public java.lang.String getCodeChallengeMethod()
      • writeToParcel

        public void writeToParcel​(@NonNull
                                  android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • equals

        public boolean equals​(@Nullable
                              java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object