|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ASN1Set | |
| org.apache.geronimo.util.asn1 | |
| org.apache.geronimo.util.asn1.pkcs | |
| org.apache.geronimo.util.asn1.x509 | |
| org.apache.geronimo.util.jce | |
| Uses of ASN1Set in org.apache.geronimo.util.asn1 |
| Subclasses of ASN1Set in org.apache.geronimo.util.asn1 | |
class |
BERSet
|
class |
DERConstructedSet
Deprecated. use DERSet |
class |
DERSet
A DER encoded set object |
| Methods in org.apache.geronimo.util.asn1 that return ASN1Set | |
static ASN1Set |
ASN1Set.getInstance(Object obj)
return an ASN1Set from the given object. |
static ASN1Set |
ASN1Set.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an ASN1 set from a tagged object. |
| Uses of ASN1Set in org.apache.geronimo.util.asn1.pkcs |
| Methods in org.apache.geronimo.util.asn1.pkcs that return ASN1Set | |
ASN1Set |
CertificationRequestInfo.getAttributes()
|
ASN1Set |
PrivateKeyInfo.getAttributes()
|
| Constructors in org.apache.geronimo.util.asn1.pkcs with parameters of type ASN1Set | |
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes)
|
|
| Uses of ASN1Set in org.apache.geronimo.util.asn1.x509 |
| Methods in org.apache.geronimo.util.asn1.x509 that return ASN1Set | |
ASN1Set |
Attribute.getAttrValues()
|
| Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type ASN1Set | |
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues)
|
|
| Uses of ASN1Set in org.apache.geronimo.util.jce |
| Constructors in org.apache.geronimo.util.jce with parameters of type ASN1Set | |
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey)
create a PKCS10 certfication request using the BC provider. |
|
PKCS10CertificationRequest(String signatureAlgorithm,
X500Principal subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey)
create a PKCS10 certfication request using the BC provider. |
|
PKCS10CertificationRequest(String signatureAlgorithm,
X500Principal subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey,
String provider)
create a PKCS10 certfication request using the named provider. |
|
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey,
String provider)
create a PKCS10 certfication request using the named provider. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||