Modifier and Type | Method and Description |
---|---|
EncryptionToken |
KeyDepotManager.getETK(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the
EncryptionToken based on the input parameters |
Set<EncryptionToken> |
KeyDepotManager.getETKs(IdentifierType identifierType,
Long identifierValue,
String application)
Gets the a
Set of EncryptionToken based on the input parameters. |
Set<EncryptionToken> |
KeyDepotService.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
Gets the a
Set of EncryptionToken from the KeyDepot based on the input parameters. |
Modifier and Type | Method and Description |
---|---|
EncryptionToken |
KeyDepotManagerImpl.getETK(IdentifierType identifierType,
Long identifierValue,
String application) |
Set<EncryptionToken> |
KeyDepotManagerImpl.getETKs(IdentifierType identifierType,
Long identifierValue,
String application) |
Set<EncryptionToken> |
KeyDepotServiceImpl.getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId) |
Modifier and Type | Method and Description |
---|---|
IdentifierType |
CertificateParser.getIdentifier() |
static IdentifierType |
IdentifierType.getInstance(Map<Integer,String> mapping,
int expectedLength)
Instanciate a new instance of IdentifierType if it is not found in the cache.
|
static IdentifierType |
IdentifierType.lookup(String type,
String subType,
int source)
Lookup the IdentiferType based on the type and subType for a given source.
|
static IdentifierType |
IdentifierType.valueOf(String key) |
Modifier and Type | Method and Description |
---|---|
ContractRequestBuilder.OrganizationChoiceStep2 |
ContractRequestBuilder.OrganizationChoiceStep1.withId(String id,
IdentifierType type) |
Modifier and Type | Method and Description |
---|---|
IdentifierType |
GeneratedContract.getIdentifierType() |
IdentifierType |
Organization.getType() |
IdentifierType |
DistinguishedName.getType() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratedContract.setIdentifierType(IdentifierType identifierType) |
void |
Organization.setType(IdentifierType type) |
Constructor and Description |
---|
DistinguishedName(String id,
String name,
String firstName,
IdentifierType type)
DistinguishedName is created based on explicitely supplied data of natural person.
|
Organization(String id,
IdentifierType type,
String name) |
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.