Class RelyingPartyIdentity

    • Method Detail

      • getIcon

        public java.util.Optional<java.net.URL> getIcon()
        Description copied from interface: PublicKeyCredentialEntity
        A serialized URL which resolves to an image associated with the entity.

        For example, this could be a user's avatar or a Relying Party's logo. This URL MUST be an a priori authenticated URL. Authenticators MUST accept and store a 128-byte minimum length for an icon member's value. Authenticators MAY ignore an icon member's value if its length is greater than 128 bytes. The URL's scheme MAY be "data" to avoid fetches of the URL, at the cost of needing more storage.

        Specified by:
        getIcon in interface PublicKeyCredentialEntity
      • getId

        @NonNull
        public @NonNull java.lang.String getId()
        A unique identifier for the Relying Party, which sets the RP ID.
        See Also:
        RP ID
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        @NonNull
        public @NonNull java.lang.String getName()
        The human-palatable name of the Relaying Party.

        For example: "ACME Corporation", "Wonderful Widgets, Inc." or "ОАО Примертех".

        Specified by:
        getName in interface PublicKeyCredentialEntity
        See Also:
        RFC 8264, RFC 8265