-
-
Constructor Summary
Constructors
Modifier |
Constructor |
Description |
protected |
CertificateRep(String type,
byte[] data) |
Construct the alternate Certificate class with the Certificate
type and Certificate encoding bytes.
|
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CertificateRep
protected CertificateRep(String type,
byte[] data)
Construct the alternate Certificate class with the Certificate
type and Certificate encoding bytes.
- Parameters:
type
- the standard name of the Certificate type.
data
- the Certificate data.