public class CERT extends Object
Modifier and Type | Field and Description |
---|---|
static UriRef |
base64der
comment: The relation between an object and it's base64 DER format, for things that can have a DER format,
such as certificates, private keys or even just bare keys(?)
|
static UriRef |
Certificate
comment: A certificate is a Document that is signed.
|
static UriRef |
decimal
comment:
An encoding of an integer in base 10 notation.
|
static UriRef |
hex
comment:
An encoding of a positive integer (from 0 to infinity) as a hexadecimal string that makes it easy to read and/or fun to present on the web.
|
static UriRef |
identity
comment:
the identity of the public key.
|
static UriRef |
int_
comment:
A positive integer in base 10 notation.
|
static UriRef |
Key
comment: the class of keys
|
static UriRef |
PGPCertificate
comment: the class of PGP Certificates
|
static UriRef |
principal_key
comment:
The main public key published in the certificate.
|
static UriRef |
PrivateKey
comment: Private Key
|
static UriRef |
public_key
comment:
a relation from an agent to a public key for which he alone has
the private key.
|
static UriRef |
PublicKey
comment: Public Key
|
static UriRef |
Signature
comment: the class of signtatures
|
static UriRef |
THIS_ONTOLOGY
comment:
Ontology for Certificates and crypto stuff.
|
static UriRef |
X509Certificate
comment: the class of X509 Certificates
|
Constructor and Description |
---|
CERT() |
public static final UriRef Certificate
public static final UriRef Key
public static final UriRef PGPCertificate
public static final UriRef PrivateKey
public static final UriRef PublicKey
public static final UriRef Signature
public static final UriRef X509Certificate
public static final UriRef hex
public static final UriRef int_
public static final UriRef base64der
public static final UriRef decimal
public static final UriRef identity
public static final UriRef principal_key
public static final UriRef public_key
public static final UriRef THIS_ONTOLOGY
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.