Package de.gematik.idp.data
Class IdpEccKeyDescriptor
java.lang.Object
de.gematik.idp.data.IdpKeyDescriptor
de.gematik.idp.data.IdpEccKeyDescriptor
- All Implemented Interfaces:
org.jose4j.json.internal.json_simple.JSONAware
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdpKeyDescriptorconstructFromX509Certificate(X509Certificate certificate, String keyId, boolean addX5C) static IdpKeyDescriptorcreateFromPublicKey(PublicKey publicKey, String keyId) Methods inherited from class de.gematik.idp.data.IdpKeyDescriptor
constructFromX509Certificate, getCertArray, getKeyType, getKeyType, toJSONString
-
Constructor Details
-
IdpEccKeyDescriptor
-
-
Method Details
-
constructFromX509Certificate
public static IdpKeyDescriptor constructFromX509Certificate(X509Certificate certificate, String keyId, boolean addX5C) -
createFromPublicKey
-