public final class SignedIdentifierWrapper extends Object
Constructor and Description |
---|
SignedIdentifierWrapper(List<SignedIdentifier> signedIdentifier)
Creates an instance of SignedIdentifierWrapper.
|
Modifier and Type | Method and Description |
---|---|
List<SignedIdentifier> |
items()
Get the List<SignedIdentifier> contained in this wrapper.
|
public SignedIdentifierWrapper(List<SignedIdentifier> signedIdentifier)
signedIdentifier
- the list.public List<SignedIdentifier> items()
This documentation was released into the public domain.