- ID_FIDO_GEN_CE_AAGUID - Static variable in class com.yubico.internal.util.CertificateParser
-
- immutableList(List<T>) - Static method in class com.yubico.internal.util.CollectionUtil
-
Make an unmodifiable shallow copy of the argument.
- immutableListOrEmpty(List<T>) - Static method in class com.yubico.internal.util.CollectionUtil
-
Alias of s == null ? Collections.emptyList() : CollectionUtil.immutableList(s).
- immutableMap(Map<K, V>) - Static method in class com.yubico.internal.util.CollectionUtil
-
Make an unmodifiable shallow copy of the argument.
- immutableSet(Set<T>) - Static method in class com.yubico.internal.util.CollectionUtil
-
Make an unmodifiable shallow copy of the argument.
- immutableSetOrEmpty(Set<T>) - Static method in class com.yubico.internal.util.CollectionUtil
-
Alias of s == null ? Collections.emptySet() : CollectionUtil.immutableSet(s).
- immutableSortedSet(Set<T>) - Static method in class com.yubico.internal.util.CollectionUtil
-
Make an unmodifiable shallow copy of the argument.