Package | Description |
---|---|
org.apache.clerezza.ssl.keygen | |
org.apache.clerezza.ssl.keygen.bouncy |
Modifier and Type | Interface and Description |
---|---|
interface |
RSAPubKey
An RSA public key, is composed of a modulus and an exponent.
|
Modifier and Type | Method and Description |
---|---|
PubKey |
Certificate.getSubjectPublicKey() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPubKey
Implementation of PubKey
|
Modifier and Type | Method and Description |
---|---|
static PubKey |
DefaultPubKey.create(PublicKey p) |
PubKey |
DefaultCertificate.getSubjectPublicKey() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCertificate.setSubjectPublicKey(PubKey pubkey)
Set the Spkac data sent by browser
One should set either this or the pemCSR.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.