Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
jsdsi.Name

Uses of Name in jsdsi
 

Methods in jsdsi that return Name
 Name NameCertSelector.getFullName()
          Returns the Name of this NameCertSelector.
 Name NameCert.getFullName()
          Returns the full name, that is the Name that is created with this issuer and the name-string.
 Name Name.prefix(int i)
          Creates a new Name from this Name using only the first i name-strings.
 Name Name.prefix()
          Returns the local name of this name, that is a Name for this Names issuer with the first name-string of the list of names.
(package private) static Name Name.parseName(SexpList l)
          Parses an SexpList to create a Name from it.
(package private) static Name Name.parseName(SexpList l, Principal issuerParam)
          Parses a name from a given SexpList and Principal.
 Name CompatibleCertSelector.getFullName()
          Returns the full name that consist of the name constructed of the issuer and the name of this CompatibleCertSelector.
 

Methods in jsdsi with parameters of type Name
private  Subject Proof.composeNames(Name lhName, Name rhName, Subject rhSubject)
          Tries to compose a Name with another for a given Principal, that is it checks if the second name given is a prefix of the first name and if so it tries to create a new name from the rest of the name-strings the first name posesses more than the second one and substitutes this name-strings from the first name in the second name with the subject given.
 boolean Name.prefixOf(Name n)
          Checks if a given Name has the same issuer (principal) as this Name and if the name-strings are equal to this name's name-strings (a smaller number of name-strings are okay).
(package private)  java.util.Set FProver.loadValue(Name n)
          Loads all certificates for the issuer of a given name and a name-string from the cert store to this FProver's stored certificates.
(package private)  java.util.Set RProver.loadCompatible(Name n)
          Loads all certificates for a given name-issuer and name-string (local) to thisRProver's certificates.