Package de.gematik.idp.crypto
Class X509ClaimExtraction
java.lang.Object
de.gematik.idp.crypto.X509ClaimExtraction
Implements the extraction of claims from certificates according to A_20524
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractClaimsFromCertificate(byte[] certificateData) Detects the certificate-type and returns a key/value store for claims and the corresponding values.extractClaimsFromCertificate(X509Certificate certificate)
-
Constructor Details
-
X509ClaimExtraction
public X509ClaimExtraction()
-
-
Method Details
-
extractClaimsFromCertificate
Detects the certificate-type and returns a key/value store for claims and the corresponding values.- Parameters:
certificateData-- Returns:
-
extractClaimsFromCertificate
-