Package org.keycloak.common.crypto
Interface ECDSACryptoProvider
public interface ECDSACryptoProvider
- 
Method Summary
Modifier and TypeMethodDescriptionbyte[]asn1derToConcatenatedRS(byte[] derEncodedSignatureValue, int signLength) byte[]concatenatedRSToASN1DER(byte[] signature, int signLength) getPublicFromPrivate(ECPrivateKey ecPrivateKey)  
- 
Method Details
- 
concatenatedRSToASN1DER
- Throws:
 IOException
 - 
asn1derToConcatenatedRS
- Throws:
 IOException
 - 
getPublicFromPrivate
 
 -