Modifier and Type | Field and Description |
---|---|
X509Certificate |
AliasCert
Certificate signed by the DeviceID key encoding the public DeviceID and the FWID
|
String |
AliasCertPem
PEM-encoded certificate signed by the DeviceID key encoding the public
DeviceID and the FWID
|
PrivateKey |
AliasPrivateKey
Private portion of the Alias Key
|
String |
AliasPrivateKeyPem
PEM-encoded private portion of the Alias Key
|
PublicKey |
AliasPublicKey
Public portion of the Alias Key
|
String |
AliasPublicKeyPem
PEM-encoded public portion of the Alias Key
|
X509Certificate |
DeviceIDCert
Self-signed DeviceID certificate
|
String |
DeviceIDCertPem
PEM-encoded self-signed DeviceID certificate
|
String |
DeviceIDCSR
PEM-encoded self-signed Certificate Signing Request (CSR) for the
DeviceID (may be used to obtain a certificate from the device vendor PKI)
|
PublicKey |
DeviceIDPublic
Public portion of the DeviceID key
|
String |
DeviceIDPublicPem
PEM-encoded public DeviceID key
|
X509Certificate |
LeafCert
Certificate signed by the "root" key for "proof of posession"
|
String |
LeafCertPem
PEM-encoded certificate signed signed by the "root" key for "proof of posession"
|
X509Certificate |
RootCert
Self-signed "root" certificate
|
String |
RootCertPem
PEM-encoded self-signed "root" certificate
|
PrivateKey |
RootPrivateKey
Private portion of the "root" CA Key
|
String |
RootPrivateKeyPem
PEM-encoded private portion of the "root" CA Key
|
PublicKey |
RootPublicKey
Public portion of the "root" CA Key
|
String |
RootPublicKeyPem
PEM-encoded public portion of the "root" CA Key
|
Constructor and Description |
---|
DeviceAuthBundle() |
public PublicKey RootPublicKey
public String RootPublicKeyPem
public PrivateKey RootPrivateKey
public String RootPrivateKeyPem
public X509Certificate RootCert
public String RootCertPem
public PublicKey DeviceIDPublic
public String DeviceIDPublicPem
public X509Certificate DeviceIDCert
public String DeviceIDCertPem
public String DeviceIDCSR
public PublicKey AliasPublicKey
public String AliasPublicKeyPem
public PrivateKey AliasPrivateKey
public String AliasPrivateKeyPem
public X509Certificate AliasCert
public String AliasCertPem
public X509Certificate LeafCert
public String LeafCertPem
Copyright © 2017. All rights reserved.