com.mindbright.security.pkcs8
public final class PrivateKeyInfo extends ASN1Sequence
| Modifier and Type | Field and Description |
|---|---|
ASN1SetOf |
attributes |
ASN1OctetString |
privateKey |
AlgorithmIdentifier |
privateKeyAlgorithm |
ASN1Integer |
version |
components, count, ofTypeisSet, tag| Constructor and Description |
|---|
PrivateKeyInfo() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofTypedecodeValue, getTag, getType, isSet, setValue, toStringpublic ASN1Integer version
public AlgorithmIdentifier privateKeyAlgorithm
public ASN1OctetString privateKey
public ASN1SetOf attributes