Modifier and Type | Method and Description |
---|---|
List<byte[]> |
SvmServicesWs.getCertificates(String userId,
com.kobil.ssms.kernel.presentation.b2b.RangeInput rangeInput,
com.kobil.ssms.kernel.logic.pagination.OrderInput orderInput,
Holder<com.kobil.ssms.kernel.presentation.b2b.Pagination> pagination)
returns the user certificates that are linked to the given userId in DER encoded form.
|
Calendar |
SvmServicesWs.verifyKnownUser(byte[] pkcs7,
byte[] data,
Calendar timeOfVerification)
Verifies the signature of attached or detached pkcs7 document with optional
validity check for known user.
|
Calendar |
SvmServicesWs.verifyKnownUserForTrustAnchor(byte[] pkcs7,
byte[] data,
Calendar timeOfVerification,
String[] validRootCANames)
Verifies the signature of attached or detached pkcs7 document with optional
validity check for known user.
|
Calendar |
SvmServicesWs.verifyUser(byte[] pkcs7,
byte[] data,
Calendar timeOfVerification)
Verifies the signature of attached or detached pkcs7 document with optional
validity check for unknown user.
|
Calendar |
SvmServicesWs.verifyUserForTrustAnchor(byte[] pkcs7,
byte[] data,
Calendar timeOfVerification,
String[] validRootCANames)
Verifies the signature of a attached or detached pkcs7 document with optional
validity check for unknown user.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.