
net.handle.hdllib.trust.HandleClaimsSet Maven / Gradle / Ivy
/**********************************************************************\
© COPYRIGHT 2019 Corporation for National Research Initiatives (CNRI);
All rights reserved.
The HANDLE.NET software is made available subject to the
Handle.Net Public License Agreement, which may be obtained at
http://hdl.handle.net/20.1000/112 or hdl:20.1000/112
\**********************************************************************/
package net.handle.hdllib.trust;
import java.security.PublicKey;
import java.util.List;
public class HandleClaimsSet extends JwtClaimsSet {
public List perms;
public DigestedHandleValues digests;
public List chain; //first element authorizes the issuer of this claims set. Second element authorizes the issuer of that authorization...
public PublicKey publicKey;
public String content; //Optional string to sign.
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy