public class KeyIDs extends LinkedHashSet<String>
| Constructor and Description |
|---|
KeyIDs()
Creates a new empty key ID set.
|
KeyIDs(com.nimbusds.jose.jwk.JWKSet jwkSet)
Creates a new key ID set from the key IDs found in the specified
JWK set.
|
| Modifier and Type | Method and Description |
|---|---|
String |
addRandomUniqueKeyID()
Generates a new random unique key ID and adds it to this set.
|
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic KeyIDs()
public KeyIDs(com.nimbusds.jose.jwk.JWKSet jwkSet)
jwkSet - The JWK set.public String addRandomUniqueKeyID()
Copyright © 2020 Connect2id Ltd.. All rights reserved.