|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsageType | |
---|---|
be.fgov.ehealth.technicalconnector.ra.builders | |
be.fgov.ehealth.technicalconnector.ra.domain | |
be.fgov.ehealth.technicalconnector.ra.enumaration |
Uses of UsageType in be.fgov.ehealth.technicalconnector.ra.builders |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.builders with parameters of type UsageType | |
---|---|
ContractBuilder.Pkcs10GenerationStep<T> |
ContractBuilder.UsageTypeStep.withUsageType(UsageType... types)
|
Uses of UsageType in be.fgov.ehealth.technicalconnector.ra.domain |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.domain that return types with arguments of type UsageType | |
---|---|
Set<UsageType> |
NewCertificateContract.getUsageTypes()
|
Constructors in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type UsageType | |
---|---|
NewCertificateContract(DistinguishedName name,
ContactData contact,
UsageType... types)
|
|
RenewCertificateContract(X509Certificate cert,
ContactData contact,
UsageType... types)
|
Uses of UsageType in be.fgov.ehealth.technicalconnector.ra.enumaration |
---|
Methods in be.fgov.ehealth.technicalconnector.ra.enumaration that return UsageType | |
---|---|
static UsageType |
UsageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UsageType[] |
UsageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |