Skip navigation links
A C D E F G H I K M N O P R S T V 

A

addCapabilities(CaCapability...) - Method in class org.xipki.scep.message.CaCaps
 
addCmsCertSet(CMSSignedDataGenerator, X509Certificate[]) - Static method in class org.xipki.scep.util.ScepUtil
 
addSignendAttribute(ASN1ObjectIdentifier, ASN1Encodable) - Method in class org.xipki.scep.message.PkiMessage
 
addUnsignendAttribute(ASN1ObjectIdentifier, ASN1Encodable) - Method in class org.xipki.scep.message.PkiMessage
 
AuthorityCertStore - Class in org.xipki.scep.message
TODO.

C

CaCapability - Enum in org.xipki.scep.transaction
TODO.
CaCaps - Class in org.xipki.scep.message
TODO.
CaCaps() - Constructor for class org.xipki.scep.message.CaCaps
 
CaCaps(Set<CaCapability>) - Constructor for class org.xipki.scep.message.CaCaps
 
capabilities() - Method in class org.xipki.scep.message.CaCaps
 
CertificateValidator - Interface in org.xipki.scep.message
TODO.
CollectionCertificateValidator - Class in org.xipki.scep.message
TODO.
CollectionCertificateValidator(Collection<X509Certificate>) - Constructor for class org.xipki.scep.message.CollectionCertificateValidator
 
CollectionCertificateValidator(X509Certificate) - Constructor for class org.xipki.scep.message.CollectionCertificateValidator
 
containsCapability(CaCapability) - Method in class org.xipki.scep.message.CaCaps
 
createSubjectPublicKeyInfo(PublicKey) - Static method in class org.xipki.scep.util.ScepUtil
 
CT_PKI_MESSAGE - Static variable in class org.xipki.scep.util.ScepConstants
 
CT_TEXT_PLAIN - Static variable in class org.xipki.scep.util.ScepConstants
 
CT_X509_CA_CERT - Static variable in class org.xipki.scep.util.ScepConstants
 
CT_X509_CA_RA_CERT - Static variable in class org.xipki.scep.util.ScepConstants
 
CT_X509_NEXT_CA_CERT - Static variable in class org.xipki.scep.util.ScepConstants
 

D

decode(CMSSignedData, CollectionStore<X509CertificateHolder>) - Static method in class org.xipki.scep.message.DecodedNextCaMessage
 
decode(CMSSignedData, PrivateKey, X509Certificate, CollectionStore<X509CertificateHolder>) - Static method in class org.xipki.scep.message.DecodedPkiMessage
 
decode(CMSSignedData, EnvelopedDataDecryptor, CollectionStore<X509CertificateHolder>) - Static method in class org.xipki.scep.message.DecodedPkiMessage
 
DecodedNextCaMessage - Class in org.xipki.scep.message
TODO.
DecodedNextCaMessage() - Constructor for class org.xipki.scep.message.DecodedNextCaMessage
 
DecodedPkiMessage - Class in org.xipki.scep.message
TODO.
DecodedPkiMessage(TransactionId, MessageType, Nonce) - Constructor for class org.xipki.scep.message.DecodedPkiMessage
 
decrypt(CMSEnvelopedData) - Method in class org.xipki.scep.message.EnvelopedDataDecryptor
 
digest(byte[]) - Method in enum org.xipki.scep.crypto.ScepHashAlgo
 

E

encode(PrivateKey, X509Certificate, X509Certificate[]) - Method in class org.xipki.scep.message.NextCaMessage
 
encode(PrivateKey, String, X509Certificate, X509Certificate[], X509Certificate, ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.PkiMessage
 
encode(ContentSigner, X509Certificate, X509Certificate[], X509Certificate, ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.PkiMessage
 
EnvelopedDataDecryptor - Class in org.xipki.scep.message
TODO.
EnvelopedDataDecryptor(List<EnvelopedDataDecryptorInstance>) - Constructor for class org.xipki.scep.message.EnvelopedDataDecryptor
 
EnvelopedDataDecryptor(EnvelopedDataDecryptorInstance) - Constructor for class org.xipki.scep.message.EnvelopedDataDecryptor
 
EnvelopedDataDecryptorInstance - Class in org.xipki.scep.message
TODO.
EnvelopedDataDecryptorInstance(X509Certificate, PrivateKey) - Constructor for class org.xipki.scep.message.EnvelopedDataDecryptorInstance
 
equals(Object) - Method in class org.xipki.scep.message.CaCaps
 
extractDigesetAlgorithmIdentifier(String, byte[]) - Static method in class org.xipki.scep.util.ScepUtil
 

F

FailInfo - Enum in org.xipki.scep.transaction
TODO.
forNameOrOid(String) - Static method in enum org.xipki.scep.crypto.ScepHashAlgo
 
forValue(String) - Static method in enum org.xipki.scep.transaction.CaCapability
 
forValue(int) - Static method in enum org.xipki.scep.transaction.FailInfo
 
forValue(int) - Static method in enum org.xipki.scep.transaction.MessageType
 
forValue(String) - Static method in enum org.xipki.scep.transaction.Operation
 
forValue(int) - Static method in enum org.xipki.scep.transaction.PkiStatus
 

G

generateRequest(PrivateKey, SubjectPublicKeyInfo, X500Name, Map<ASN1ObjectIdentifier, ASN1Encodable>) - Static method in class org.xipki.scep.util.ScepUtil
 
generateRequest(PrivateKey, SubjectPublicKeyInfo, X500Name, String, List<Extension>) - Static method in class org.xipki.scep.util.ScepUtil
 
generateSelfsignedCert(CertificationRequest, PrivateKey) - Static method in class org.xipki.scep.util.ScepUtil
 
generateSelfsignedCert(X500Name, PublicKey, PrivateKey) - Static method in class org.xipki.scep.util.ScepUtil
 
generateSelfsignedCert(X500Name, SubjectPublicKeyInfo, PrivateKey) - Static method in class org.xipki.scep.util.ScepUtil
 
getAuthorityCertStore() - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
getBcUsage() - Method in enum org.xipki.scep.crypto.KeyUsage
 
getBit() - Method in enum org.xipki.scep.crypto.KeyUsage
 
getBytes() - Method in class org.xipki.scep.message.CaCaps
 
getBytes() - Method in class org.xipki.scep.transaction.Nonce
 
getCaCert() - Method in class org.xipki.scep.message.AuthorityCertStore
 
getCaCert() - Method in class org.xipki.scep.message.NextCaMessage
 
getCertsFromSignedData(SignedData) - Static method in class org.xipki.scep.util.ScepUtil
The first one is a non-CA certificate if there exists one non-CA certificate.
getCode() - Method in enum org.xipki.scep.transaction.FailInfo
 
getCode() - Method in enum org.xipki.scep.transaction.MessageType
 
getCode() - Method in enum org.xipki.scep.transaction.Operation
 
getCode() - Method in enum org.xipki.scep.transaction.PkiStatus
 
getContentEncryptionAlgorithm() - Method in class org.xipki.scep.message.DecodedPkiMessage
 
getCrlFromPkiMessage(SignedData) - Static method in class org.xipki.scep.util.ScepUtil
 
getDigestAlgorithm() - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
getDigestAlgorithm() - Method in class org.xipki.scep.message.DecodedPkiMessage
 
getEncryptionCert() - Method in class org.xipki.scep.message.AuthorityCertStore
 
getFailInfo() - Method in class org.xipki.scep.message.PkiMessage
 
getFailureMessage() - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
getFailureMessage() - Method in class org.xipki.scep.message.DecodedPkiMessage
 
getFirstAttrValue(AttributeTable, ASN1ObjectIdentifier) - Static method in class org.xipki.scep.util.ScepUtil
 
getId() - Method in class org.xipki.scep.transaction.TransactionId
 
getInstance(X509Certificate, X509Certificate...) - Static method in class org.xipki.scep.message.AuthorityCertStore
 
getInstance(String) - Static method in class org.xipki.scep.message.CaCaps
 
getInstance(Object) - Static method in class org.xipki.scep.message.IssuerAndSubject
 
getIssuer() - Method in class org.xipki.scep.message.IssuerAndSubject
 
getKeyUsage(String) - Static method in enum org.xipki.scep.crypto.KeyUsage
 
getKeyUsage(int) - Static method in enum org.xipki.scep.crypto.KeyUsage
 
getKeyUsageFromBcUsage(int) - Static method in enum org.xipki.scep.crypto.KeyUsage
 
getLength() - Method in enum org.xipki.scep.crypto.ScepHashAlgo
 
getMessageData() - Method in class org.xipki.scep.message.PkiMessage
 
getMessageType() - Method in class org.xipki.scep.message.PkiMessage
 
getName() - Method in enum org.xipki.scep.crypto.KeyUsage
 
getName() - Method in enum org.xipki.scep.crypto.ScepHashAlgo
 
getOid() - Method in enum org.xipki.scep.crypto.ScepHashAlgo
 
getPkiStatus() - Method in class org.xipki.scep.message.PkiMessage
 
getRaCerts() - Method in class org.xipki.scep.message.NextCaMessage
 
getRecipient() - Method in class org.xipki.scep.message.EnvelopedDataDecryptorInstance
 
getRecipientId() - Method in class org.xipki.scep.message.EnvelopedDataDecryptorInstance
 
getRecipientNonce() - Method in class org.xipki.scep.message.PkiMessage
 
getSenderNonce() - Method in class org.xipki.scep.message.PkiMessage
 
getSignatureAlgorithm(PrivateKey, ScepHashAlgo) - Static method in class org.xipki.scep.util.ScepUtil
 
getSignatureCert() - Method in class org.xipki.scep.message.AuthorityCertStore
 
getSignatureCert() - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
getSignatureCert() - Method in class org.xipki.scep.message.DecodedPkiMessage
 
getSignedAtrributeValue(ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.PkiMessage
 
getSigningTime() - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
getSigningTime() - Method in class org.xipki.scep.message.DecodedPkiMessage
 
getSubject() - Method in class org.xipki.scep.message.IssuerAndSubject
 
getText() - Method in enum org.xipki.scep.transaction.CaCapability
 
getTransactionId() - Method in class org.xipki.scep.message.PkiMessage
 
getUnsignedAtrributeValue(ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.PkiMessage
 

H

hashCode() - Method in class org.xipki.scep.message.CaCaps
 
hasKeyusage(X509Certificate, KeyUsage) - Static method in class org.xipki.scep.util.ScepUtil
 
hexDigest(byte[]) - Method in enum org.xipki.scep.crypto.ScepHashAlgo
 

I

ID_ATTRIBUTES - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_FAILINFO - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_MESSAGE_TYPE - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_PKI - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_PKI_STATUS - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_RECIPIENT_NONCE - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_SENDER_NONCE - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_TRANSACTION_ID - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
ID_VERISIGN - Static variable in class org.xipki.scep.message.ScepObjectIdentifiers
 
isDecryptionSuccessful() - Method in class org.xipki.scep.message.DecodedPkiMessage
 
isSelfSigned(X509Certificate) - Static method in class org.xipki.scep.util.ScepUtil
 
isSignatureValid() - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
isSignatureValid() - Method in class org.xipki.scep.message.DecodedPkiMessage
 
IssuerAndSubject - Class in org.xipki.scep.message
TODO.
IssuerAndSubject(X500Name, X500Name) - Constructor for class org.xipki.scep.message.IssuerAndSubject
 
issues(X509Certificate, X509Certificate) - Static method in class org.xipki.scep.util.ScepUtil
 

K

KeyUsage - Enum in org.xipki.scep.crypto
TODO.

M

MessageDecodingException - Exception in org.xipki.scep.exception
TODO.
MessageDecodingException(String, Throwable) - Constructor for exception org.xipki.scep.exception.MessageDecodingException
 
MessageDecodingException(String) - Constructor for exception org.xipki.scep.exception.MessageDecodingException
 
MessageDecodingException(Throwable) - Constructor for exception org.xipki.scep.exception.MessageDecodingException
 
MessageEncodingException - Exception in org.xipki.scep.exception
TODO.
MessageEncodingException(String, Throwable) - Constructor for exception org.xipki.scep.exception.MessageEncodingException
 
MessageEncodingException(String) - Constructor for exception org.xipki.scep.exception.MessageEncodingException
 
MessageEncodingException(Throwable) - Constructor for exception org.xipki.scep.exception.MessageEncodingException
 
MessageType - Enum in org.xipki.scep.transaction
TODO.
mostSecureHashAlgo() - Method in class org.xipki.scep.message.CaCaps
 

N

NextCaMessage - Class in org.xipki.scep.message
TODO.
NextCaMessage() - Constructor for class org.xipki.scep.message.NextCaMessage
 
Nonce - Class in org.xipki.scep.transaction
TODO.
Nonce(byte[]) - Constructor for class org.xipki.scep.transaction.Nonce
 

O

Operation - Enum in org.xipki.scep.transaction
TODO.
org.xipki.scep.crypto - package org.xipki.scep.crypto
 
org.xipki.scep.exception - package org.xipki.scep.exception
 
org.xipki.scep.message - package org.xipki.scep.message
 
org.xipki.scep.transaction - package org.xipki.scep.transaction
 
org.xipki.scep.util - package org.xipki.scep.util
 

P

parseCert(byte[]) - Static method in class org.xipki.scep.util.ScepUtil
 
parseCrl(byte[]) - Static method in class org.xipki.scep.util.ScepUtil
 
parseCrl(InputStream) - Static method in class org.xipki.scep.util.ScepUtil
 
PkiMessage - Class in org.xipki.scep.message
TODO.
PkiMessage(TransactionId, MessageType) - Constructor for class org.xipki.scep.message.PkiMessage
 
PkiMessage(TransactionId, MessageType, Nonce) - Constructor for class org.xipki.scep.message.PkiMessage
 
PkiStatus - Enum in org.xipki.scep.transaction
TODO.

R

randomNonce() - Static method in class org.xipki.scep.transaction.Nonce
 
randomTransactionId() - Static method in class org.xipki.scep.transaction.TransactionId
 
read(InputStream) - Static method in class org.xipki.scep.util.ScepUtil
 
removeCapabilities(CaCaps) - Method in class org.xipki.scep.message.CaCaps
 
removeCapabilities(CaCapability...) - Method in class org.xipki.scep.message.CaCaps
 
removeSignedAttribute(ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.PkiMessage
 
removeUnsignedAttribute(ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.PkiMessage
 
requireNonBlank(String, String) - Static method in class org.xipki.scep.util.ScepUtil
 
requireNonEmpty(String, Collection<T>) - Static method in class org.xipki.scep.util.ScepUtil
 
requireNonNull(String, T) - Static method in class org.xipki.scep.util.ScepUtil
 

S

ScepConstants - Class in org.xipki.scep.util
TODO.
ScepHashAlgo - Enum in org.xipki.scep.crypto
TODO.
ScepObjectIdentifiers - Class in org.xipki.scep.message
TODO.
ScepUtil - Class in org.xipki.scep.util
TODO.
setAuthorityCertStore(AuthorityCertStore) - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
setCaCert(X509Certificate) - Method in class org.xipki.scep.message.NextCaMessage
 
setContentEncryptionAlgorithm(ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.DecodedPkiMessage
 
setDecryptionSuccessful(Boolean) - Method in class org.xipki.scep.message.DecodedPkiMessage
 
setDigestAlgorithm(ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
setDigestAlgorithm(ASN1ObjectIdentifier) - Method in class org.xipki.scep.message.DecodedPkiMessage
 
setFailInfo(FailInfo) - Method in class org.xipki.scep.message.PkiMessage
 
setFailureMessage(String) - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
setFailureMessage(String) - Method in class org.xipki.scep.message.DecodedPkiMessage
 
setMessageData(ASN1Encodable) - Method in class org.xipki.scep.message.PkiMessage
 
setPkiStatus(PkiStatus) - Method in class org.xipki.scep.message.PkiMessage
 
setRaCerts(List<X509Certificate>) - Method in class org.xipki.scep.message.NextCaMessage
 
setRecipientNonce(Nonce) - Method in class org.xipki.scep.message.PkiMessage
 
setSignatureCert(X509Certificate) - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
setSignatureCert(X509Certificate) - Method in class org.xipki.scep.message.DecodedPkiMessage
 
setSignatureValid(Boolean) - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
setSignatureValid(Boolean) - Method in class org.xipki.scep.message.DecodedPkiMessage
 
setSigningTime(Date) - Method in class org.xipki.scep.message.DecodedNextCaMessage
 
setSigningTime(Date) - Method in class org.xipki.scep.message.DecodedPkiMessage
 
sha1TransactionId(SubjectPublicKeyInfo) - Static method in class org.xipki.scep.transaction.TransactionId
 
sha1TransactionId(byte[]) - Static method in class org.xipki.scep.transaction.TransactionId
 
supportsPost() - Method in class org.xipki.scep.message.CaCaps
 

T

toASN1Primitive() - Method in class org.xipki.scep.message.IssuerAndSubject
 
toScepMessage() - Method in class org.xipki.scep.message.CaCaps
 
toString() - Method in class org.xipki.scep.message.CaCaps
 
toX509Cert(Certificate) - Static method in class org.xipki.scep.util.ScepUtil
 
toX509Crl(CertificateList) - Static method in class org.xipki.scep.util.ScepUtil
 
TransactionException - Exception in org.xipki.scep.transaction
TODO.
TransactionException(String, Throwable, boolean, boolean) - Constructor for exception org.xipki.scep.transaction.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception org.xipki.scep.transaction.TransactionException
 
TransactionException(String) - Constructor for exception org.xipki.scep.transaction.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.xipki.scep.transaction.TransactionException
 
TransactionId - Class in org.xipki.scep.transaction
TODO.
TransactionId(String) - Constructor for class org.xipki.scep.transaction.TransactionId
 
trustCertificate(X509Certificate, X509Certificate[]) - Method in interface org.xipki.scep.message.CertificateValidator
TODO.
trustCertificate(X509Certificate, X509Certificate[]) - Method in class org.xipki.scep.message.CollectionCertificateValidator
 

V

valueOf(String) - Static method in enum org.xipki.scep.crypto.KeyUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.scep.crypto.ScepHashAlgo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.scep.transaction.CaCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.scep.transaction.FailInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.scep.transaction.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.scep.transaction.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xipki.scep.transaction.PkiStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xipki.scep.crypto.KeyUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.scep.crypto.ScepHashAlgo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.scep.transaction.CaCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.scep.transaction.FailInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.scep.transaction.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.scep.transaction.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xipki.scep.transaction.PkiStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I K M N O P R S T V 
Skip navigation links

Copyright © 2018. All rights reserved.