org.apache.geronimo.util.jce.interfaces
Interface PKCS12BagAttributeCarrier
- All Known Implementing Classes:
- JCEDHPrivateKey, JCERSAPrivateKey, JDKDSAPrivateKey, X509CertificateObject
- public interface PKCS12BagAttributeCarrier
allow us to set attributes on objects that can go into a PKCS12 store.
setBagAttribute
public void setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute)
getBagAttribute
public DEREncodable getBagAttribute(DERObjectIdentifier oid)
getBagAttributeKeys
public Enumeration getBagAttributeKeys()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.