XCMS Toolkit

com.cms.crypto
Class SignedAttributesAdapter

java.lang.Object
  extended by com.cms.crypto.SignedAttributesAdapter

public class SignedAttributesAdapter
extends java.lang.Object

Provides methods for processing signed attributes.

Version:
1.00 - 2006/01/24
Author:
support@phillipgriffin.com

Constructor Summary
SignedAttributesAdapter(SignedAttributes delegate)
          Constructor for SignedAttributesAdapter with signed attribute type parameter.
 
Method Summary
 Attribute findAttribute(ASN1ObjectIdentifier oid)
          Locates in a set of signed attributes an instance of the attribute identified by a provided information object identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedAttributesAdapter

public SignedAttributesAdapter(SignedAttributes delegate)
Constructor for SignedAttributesAdapter with signed attribute type parameter.

Parameters:
delegate - an attribute type identifier
Method Detail

findAttribute

public Attribute findAttribute(ASN1ObjectIdentifier oid)
Locates in a set of signed attributes an instance of the attribute identified by a provided information object identifier.

Parameters:
oid - an information object identifier
Returns:
null or the attribute sought

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.