Package org.keycloak.common.crypto
Interface ECDSACryptoProvider
- 
 public interface ECDSACryptoProvider
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]asn1derToConcatenatedRS(byte[] derEncodedSignatureValue, int signLength)byte[]concatenatedRSToASN1DER(byte[] signature, int signLength)
 
- 
- 
- 
Method Detail- 
concatenatedRSToASN1DERbyte[] concatenatedRSToASN1DER(byte[] signature, int signLength) throws IOException- Throws:
- IOException
 
 - 
asn1derToConcatenatedRSbyte[] asn1derToConcatenatedRS(byte[] derEncodedSignatureValue, int signLength) throws IOException- Throws:
- IOException
 
 
- 
 
-