|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SigningCredential | |
|---|---|
| be.fgov.ehealth.etee.crypto.encrypt | Classes for sealing of message and validation of ETKs. |
| be.fgov.ehealth.etee.crypto.policies | Contains supported policies and options for configuration of the crypto services. |
| Uses of SigningCredential in be.fgov.ehealth.etee.crypto.encrypt |
|---|
| Methods in be.fgov.ehealth.etee.crypto.encrypt with parameters of type SigningCredential | |
|---|---|
DataSealerBuilder.PublicKeyEncryptionPolicyStep |
DataSealerBuilder.SigningPolicyStep.addSigningPolicy(SigningPolicy policy,
SigningCredential signingCredential)
Same credential for both inner and outer signatures |
DataSealerBuilder.PublicKeyEncryptionPolicyStep |
DataSealerBuilder.SigningPolicyStep.addSigningPolicy(SigningPolicy policy,
SigningCredential signingCredential,
SigningCredential authCredential)
Different credential for inner and outer signatures |
| Uses of SigningCredential in be.fgov.ehealth.etee.crypto.policies |
|---|
| Methods in be.fgov.ehealth.etee.crypto.policies that return SigningCredential | |
|---|---|
static SigningCredential |
SigningCredential.create(java.security.PrivateKey privateKey,
java.util.List<java.security.cert.X509Certificate> certificateChain)
Create a new SigningCredential with a PrivateKey and a list of certificates. |
static SigningCredential |
SigningCredential.create(java.security.PrivateKey privateKey,
java.security.cert.X509Certificate... certificateChain)
Create a new SigningCredential with a PrivateKey and a dynamic list of certificates. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||