Top "Der" questions

Distinguished Encoding Rules (DER) certificate encoding is a method of turning ASN.

How to get .pem file from .key and .crt files?

How can I create a PEM file from an SSL certificate? These are the files that I have available: .crt …

ssl openssl pem asn.1 der
How to convert .crt to .pem

How can I convert .crt to .pem?

x509 pem asn.1 crt der
ssl : Unable to load certificate

I have 2 files - CSR.csr and newkey.key, both seem to be in PEM format as follows - -----BEGIN …

ssl certificate pem der
Write x509 certificate into PEM formatted string in java?

Is there some high level way to write an X509Certificate into a PEM formatted string? Currently I'm doing x509…

java x509 pem der
Create PrivateKey and PublicKey from a String base64 encoding with DER format

I have my Private and Public keys in a String in base64 which where encoded using ANS1 DER. I tried …

java encryption private-key der
Extract public key from certificate in DER format

I have a .cer certificate file, and need to extract the Public Key. I can only extract to PEM format. …

openssl certificate extract public-key der
How can I get SecKeyRef from DER/PEM file

I need to integrate my iPhone app with a system, and they require to encrypt data by a given public …

iphone rsa public-key pem der
Extract PEM Public Key from X.509 Certificate

I've created what I believe is a certificate containing a Public Key DER file, but I need the Public Key …

encryption openssl rsa pem der
What are different certificate types, formats in Cryptography

We are adding server certificates verification in SSL handshake for one of our clients. Being very new to Cryptography and …

ssl certificate base64 pem der
Bouncycastle DER length IO error:

This is my method: import org.bouncycastle.asn1.ASN1InputStream; import java.io.ByteArrayInputStream; ... public static byte[] toDERBytes(byte[] data) …

java bouncycastle der