Package de.tsenger.vdstools.idb
Class IdbSignerCertificate
- java.lang.Object
-
- de.tsenger.vdstools.idb.IdbSignerCertificate
-
public class IdbSignerCertificate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteTAG
-
Constructor Summary
Constructors Constructor Description IdbSignerCertificate(X509Certificate cert)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdbSignerCertificatefromByteArray(byte[] rawBytes)byte[]getEncoded()X509CertificategetX509Certificate()
-
-
-
Field Detail
-
TAG
public static final byte TAG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IdbSignerCertificate
public IdbSignerCertificate(X509Certificate cert)
-
-
Method Detail
-
fromByteArray
public static IdbSignerCertificate fromByteArray(byte[] rawBytes) throws CertificateException, IOException
- Throws:
CertificateExceptionIOException
-
getEncoded
public byte[] getEncoded() throws CertificateEncodingException, IOException
-
getX509Certificate
public X509Certificate getX509Certificate()
-
-