Uses of Record Class
smartrics.iotics.identity.resolver.model.PublicKey
Packages that use PublicKey
-
Uses of PublicKey in smartrics.iotics.identity.resolver.model
Methods in smartrics.iotics.identity.resolver.model that return types with arguments of type PublicKeyModifier and TypeMethodDescriptionDocument.publicKey()Returns the value of thepublicKeyrecord component.Constructor parameters in smartrics.iotics.identity.resolver.model with type arguments of type PublicKeyModifierConstructorDescriptionDocument(String id, String ioticsSpecVersion, String ioticsDIDType, long updateTime, String proof, List<PublicKey> publicKey, List<Delegation> delegateAuthentication, List<Delegation> delegateControl, Map<String, String> metadata) Creates an instance of aDocumentrecord class.